0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-01 09:07:35 +01:00
gitea/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_router.go Refactor Router Logger (#17308) 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
conn_test.go refactor: move from io/ioutil to io and os package (#17109) 2021-09-22 13:38:34 +08:00
conn.go Add an abstract json layout to make it's easier to change json library (#16528) 2021-07-24 18:03:58 +02:00
console_test.go
console_windows.go
console.go Add an abstract json layout to make it's easier to change json library (#16528) 2021-07-24 18:03:58 +02:00
errors.go
event.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
file.go Add an abstract json layout to make it's easier to change json library (#16528) 2021-07-24 18:03:58 +02:00
flags.go
level_test.go Add an abstract json layout to make it's easier to change json library (#16528) 2021-07-24 18:03:58 +02:00
level.go Add an abstract json layout to make it's easier to change json library (#16528) 2021-07-24 18:03:58 +02:00
log_test.go
log.go Refactor Router Logger (#17308) 2022-01-20 19:41:25 +08:00
logger.go
multichannel.go Simplify parameter types (#18006) 2021-12-20 04:41:31 +00:00
provider.go
smtp_test.go
smtp.go Add an abstract json layout to make it's easier to change json library (#16528) 2021-07-24 18:03:58 +02:00
stack.go refactor: move from io/ioutil to io and os package (#17109) 2021-09-22 13:38:34 +08:00
writer_test.go
writer.go Simplify parameter types (#18006) 2021-12-20 04:41:31 +00:00