forgejo/modules/log
wxiaoguang 5bf8d5445e
Refactor Router Logger (#17308)
Make router logger more friendly, show the related function name/file/line.

[BREAKING]
This PR substantially changes the logging format of the router logger. If you use this logging for monitoring e.g. fail2ban you will need to update this to match the new format.
2022-01-20 19:41:25 +08:00
..
colors.go Stop printing 03d after escaped characters in logs (#18030) 2021-12-19 21:00:22 +00:00
colors_router.go Refactor Router Logger (#17308) 2022-01-20 19:41:25 +08:00
conn.go
conn_test.go
console.go
console_test.go
console_windows.go
errors.go
event.go
file.go
file_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
flags.go
level.go
level_test.go
log.go Refactor Router Logger (#17308) 2022-01-20 19:41:25 +08:00
log_test.go
logger.go
multichannel.go Simplify parameter types (#18006) 2021-12-20 04:41:31 +00:00
provider.go
smtp.go
smtp_test.go
stack.go
writer.go Simplify parameter types (#18006) 2021-12-20 04:41:31 +00:00
writer_test.go