You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zeripath 147e42239f
Stop printing 03d after escaped characters in logs (#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>
3 years ago
..
colors.go Stop printing 03d after escaped characters in logs (#18030) 3 years ago
colors_router.go Fix various documentation, user-facing, and source comment typos (#16367) 3 years ago
conn.go Add an abstract json layout to make it's easier to change json library (#16528) 3 years ago
conn_test.go refactor: move from io/ioutil to io and os package (#17109) 3 years ago
console.go Add an abstract json layout to make it's easier to change json library (#16528) 3 years ago
console_test.go Fixed assert statements. (#16089) 3 years ago
console_windows.go Fix windows build error (#14263) 4 years ago
errors.go Better logging (#6038) (#6095) 5 years ago
event.go Fix race in log (#16490) 3 years ago
file.go Add an abstract json layout to make it's easier to change json library (#16528) 3 years ago
file_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 3 years ago
flags.go Log: Ensure FLAGS=none is -1 (#9287) 5 years ago
level.go Add an abstract json layout to make it's easier to change json library (#16528) 3 years ago
level_test.go Add an abstract json layout to make it's easier to change json library (#16528) 3 years ago
log.go Update docs and comments to remove macaron (#14491) 3 years ago
log_test.go Fixed assert statements. (#16089) 3 years ago
logger.go Refactor Logger (#13294) 4 years ago
multichannel.go Refactor Logger (#13294) 4 years ago
provider.go Better logging (#6038) (#6095) 5 years ago
smtp.go Add an abstract json layout to make it's easier to change json library (#16528) 3 years ago
smtp_test.go Fixed assert statements. (#16089) 3 years ago
stack.go refactor: move from io/ioutil to io and os package (#17109) 3 years ago
writer.go Removed unnecessary conversions (#7557) 5 years ago
writer_test.go Fixed assert statements. (#16089) 3 years ago