Open agustingomes opened 3 years ago
Can you please document this in the README?
@agustingomes And set the current defaults in the Dockerfile
's?
Also internally, not sure we want to lower our threshold, as these logs have been useful. Right @WyriHaximus ?
@rdohms At the moment we need these logs to detect certain issues. So yes they are very useful.
Usabilla PHP Docker Template
Reviewers: @usabilla/oss-docker
Type
Please specify the type of changes being proposed:
Changelog
This change aims to add control over the log level outputted by FPM itself. I've noticed we have a high volume of logs with notice level that will look like this:
The new variable added will allow us to control the minimum level we want our FPM processes to log. note that this logging is different than the one from the application itself.