natefinch / lumberjack

lumberjack is a log rolling package for Go
MIT License
4.81k stars 593 forks source link

extend logger to include compression rate and capacity #169

Open cardyok opened 1 year ago

cardyok commented 1 year ago

add compression rate and capacity to logger configuration to avoid consuming all disk IO which might lead to unpredictable behavior.

Signed-off-by: cardy.tang zuniorone@gmail.com