You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nice docker, streaming works well for the very large triple store riot conversions I'm running however it appears the default logging creates a massive -json.log file in /var/lib/docker/container/xxx logging in json format every triple processed. For now I'm force pruning after every run, but that isn't ideal, simply suppressing the (unused?) logging inside the container would be much better.
I do need to capture stdout and stderr msgs outside the container, but I hope to suppress creation of that -json.log file inside the container.
What is the best way?
The text was updated successfully, but these errors were encountered:
Thank you for this! Good stop gap measure, and generally useful across all docker images, agree.
OP question however was, is there any way to control the verbosity logging of this application. It is sending a massive deluge of informational debugging text into the log. Most users would only want to only see error/critical messages in the log.
Uh oh!
There was an error while loading. Please reload this page.
nice docker, streaming works well for the very large triple store riot conversions I'm running however it appears the default logging creates a massive -json.log file in /var/lib/docker/container/xxx logging in json format every triple processed. For now I'm force pruning after every run, but that isn't ideal, simply suppressing the (unused?) logging inside the container would be much better.
I do need to capture stdout and stderr msgs outside the container, but I hope to suppress creation of that -json.log file inside the container.
What is the best way?
The text was updated successfully, but these errors were encountered: