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
tsg-tsg-os-buildimage/ansible/roles/tfe/templates/zlog.conf.j2

24 lines
496 B
Django/Jinja

# kill -s SIGHUP "pid"
[global]
default format = "%d(%c), %t, %V, %F, %U, %m%n"
rotate lock file = /tmp/tfe_zlog.lock
file perms = 644
[levels]
DEBUG=10
INFO=20
FATAL=30
#DISABLE=40
[rules]
*.fatal "./log/error.log.%d(%F)";
tfe.fatal "./log/tfe.log.%d(%F)";
http.fatal "./log/http.log.%d(%F)";
http2.fatal "./log/http2.log.%d(%F)";
doh.fatal "./log/doh_pxy.log.%d(%F)";
tsg_http.fatal "./log/tsg_http_pxy.log.%d(%F)";
packet_io.fatal "./log/packet_io.log.%d(%F)";