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 committed Mar 6, 2020
1 parent 696a873 commit 1af77d0
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 1af77d0

Please sign in to comment.