48bd54286c
Backport #18030 Strangely a weird bug was present in the log escaping code whereby any escaped character would gain 03d - this was due to a mistake in the format string where it should have read %03o but read instead %o03d. This has led to spurious 03d trailing characters on these escaped characters! Signed-off-by: Andrew Thornton <art27@cantab.net> |
||
---|---|---|
.. | ||
colors.go | ||
colors_router.go | ||
conn.go | ||
conn_test.go | ||
console.go | ||
console_test.go | ||
console_windows.go | ||
errors.go | ||
event.go | ||
file.go | ||
file_test.go | ||
flags.go | ||
level.go | ||
level_test.go | ||
log.go | ||
log_test.go | ||
logger.go | ||
multichannel.go | ||
provider.go | ||
smtp.go | ||
smtp_test.go | ||
stack.go | ||
writer.go | ||
writer_test.go |