59dea9a31f
* Added log-file flag to capture Consul logs in a user specified file * Refactored code. * Refactored code. Added flags to rotate logs based on bytes and duration * Added the flags for log file and log rotation on the webpage * Fixed TestSantize from failing due to the addition of 3 flags * Introduced changes : mutex, data-dir log writes, rotation logic * Added test for logfile and updated the default log destination for docs * Log name now uses UnixNano * TestLogFile is now uses t.Parallel() * Removed unnecessary int64Val function * Updated docs to reflect default log name for log-file * No longer writes to data-dir and adds .log if the filename has no extension |
||
---|---|---|
.. | ||
gated_writer.go | ||
gated_writer_test.go | ||
log_levels.go | ||
log_writer.go | ||
log_writer_test.go | ||
logfile.go | ||
logfile_test.go | ||
logger.go | ||
syslog.go | ||
syslog_test.go |