sfm-ui icon indicating copy to clipboard operation
sfm-ui copied to clipboard

Consider changing Docker logging configuration

Open dolsysmith opened this issue 3 years ago • 0 comments

Docker recommends using the local driver, which provides compressed storage. Currently, we are using the json-file driver, which does not compress the logs on disk and results in pretty hefty log files over time.

Not sure if this would improve readability of the logs -- it's currently kind of a pain to review them for long-running containers: even docker logs <CONTAINER ID> | tail takes awhile to run...

dolsysmith avatar Jul 26 '22 20:07 dolsysmith