25 lines
766 B
Plaintext
25 lines
766 B
Plaintext
# 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)", 500M ~ "./log/error.log.%d(%F).#2s";
|
|
tfe.fatal "./log/tfe.log.%d(%F)", 500M ~ "./log/tfe.log.%d(%F).#2s";
|
|
http.fatal "./log/http.log.%d(%F)", 500M ~ "./log/http.log.%d(%F).#2s";
|
|
http2.fatal "./log/http2.log.%d(%F)", 500M ~ "./log/http2.log.%d(%F).#2s";
|
|
doh.fatal "./log/doh_pxy.log.%d(%F)", 500M ~ "./log/doh_pxy.log.%d(%F).#2s";
|
|
tsg_http.fatal "./log/tsg_http_pxy.log.%d(%F)", 500M ~ "./log/tsg_http_pxy.log.%d(%F).#2s";
|
|
packet_io.fatal "./log/packet_io.log.%d(%F)", 500M ~ "./log/packet_io.log.%d(%F).#2s";
|