Abhitocode opened a new pull request, #1904:
URL: https://github.com/apache/incubator-kie-kogito-examples/pull/1904
The goal is reduce the noise of the logs generated by pgAdmin. The logs
were being flooded with access log entries, unnecessary for our operations.
**Changes**:
- Set the **GUNICORN_ACCESS_LOGFILE** to **'/dev/null'** under pgAdmin env.
in the docker-compose.yml. This prevents logs being written to the console.
- Tested the applied changes and the console was not flooded with log entries
- Improves **log clarity** and performance
- This change may prevent us diagnosing issues related to HTTP errors
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]