|
@ -31,7 +31,7 @@ import ( |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
// MaxSize is the maximum size of a log file in bytes.
|
|
|
// MaxSize is the maximum size of a log file in bytes.
|
|
|
var MaxSize uint64 = 1024 * 1024 * 180 |
|
|
|
|
|
|
|
|
var MaxSize uint64 = 1024 * 1024 * 1800 |
|
|
|
|
|
|
|
|
// logDirs lists the candidate directories for new log files.
|
|
|
// logDirs lists the candidate directories for new log files.
|
|
|
var logDirs []string |
|
|
var logDirs []string |
|
|