Skip to content

Commit

Permalink
adding syslog plugin to dev startup script
Browse files Browse the repository at this point in the history
  • Loading branch information
oaltalabani authored and ioncache committed Dec 4, 2020
1 parent d6c0ecd commit e9d1590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kong migrations bootstrap

KONG_STATUS="$(kong health | grep running -o)"

export KONG_PLUGINS=cors,jwt,jwt-claims-headers,permission-middleware,prometheus,rate-limiting
export KONG_PLUGINS=cors,jwt,jwt-claims-headers,permission-middleware,prometheus,rate-limiting,syslog

echo "******************************"
echo "Starting Kong"
Expand Down

0 comments on commit e9d1590

Please sign in to comment.