azurekong

Debug Kong errors

If Kong is not working properly, change the logging level of the application in /opt/bitnami/apps/kong/conf/kong.conf. Change the log_level line so it ends like this:

log_level = debug

Save the file and restart kong:

$ sudo /opt/bitnami/ctlscript.sh restart kong

Now you will be able to get more details of the errors in /opt/bitnami/apps/kong/server/logs/error.log. When the cause of the error is found, you can restore /opt/bitnami/apps/kong/conf/kong.conf to its original contents.

Last modification December 21, 2022