Files
patch/tests/PR74127.in
T
sisungo f67f81b235 initial commit
Signed-off-by: sisungo <[email protected]>
2026-07-07 11:10:21 +08:00

15 lines
355 B
Plaintext

# This program is used to compress log files
if {![info exists Log(compressProg)]} {
set Log(compressProg) gzip
}
# Flush interval
if {![info exists Log(flushInterval)]} {
set Log(flushInterval) [expr {60 * 1000}]
}
# This is used to turn on an alternate debug log file
if {![info exist Log(debug_log)]} {
set Log(debug_log) 0
}