This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
solutions-tsg-scripts/roles/tfe/templates/zlog.conf.j2
2020-10-24 12:08:31 +06:00

20 lines
494 B
Django/Jinja

# kill -s SIGHUP "pid"
[global]
default format = "%d(%c), %V, %F, %U, %m%n"
[levels]
DEBUG=10
INFO=20
FATAL=30
[rules]
*.fatal "./log/error.log.%d(%F)";
tfe.{{ tfe_log_level }} "./log/tfe.log.%d(%F)";
http.{{ tfe_http_log_level }} "./log/http.log.%d(%F)";
http2.{{ tfe_http_log_level }} "./log/http2.log.%d(%F)";
doh.{{ doh_log_level }} "./log/doh_pxy.log.%d(%F)";
pangu.{{ pangu_log_level }} "./log/pangu_pxy.log.%d(%F)";