NLnetLabs / krillmanager

Layered infrastructure as code for running Krill as a highly available scalable service with integration points for monitoring and log analysis.
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Very difficult to enable NGINX debug logging #20

Open ximon18 opened 4 years ago

ximon18 commented 4 years ago

The official NGINX Docker container requires that a different NGINX binary be run in order to enable 'debug' logging:

Images since version 1.9.8 come with nginx-debug binary that produces verbose output when using higher log levels.

This makes it difficult for Krill Manager users to enable NGINX debug logging as the entrypoint and cmd used with the NGINX controller is determined by Krill Manager.

It would be good to add an option to support switching to the debug build of NGINX.