log icon indicating copy to clipboard operation
log copied to clipboard

Results 2 log issues
Sort by recently updated
recently updated
newest added

As https://github.com/pingcap/log/blob/master/log.go#L53, if we don't customize `cfg.File`, **normal** log will be written into stdout, which pollutes the stdout of applications in the downstream. I see this library distinguishes **normal** log...

add Compress option to FileLogConfig