gitea/modules/setting
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
..
attachment.go Add MP4 as default allowed attachment type (#18170) 2022-01-04 04:36:47 +01:00
cache.go
cors.go
cron.go
cron_test.go
database.go
database_sqlite.go
database_test.go
directory.go
federation.go
git.go Enable partial clone by default (#18195) 2022-01-06 06:38:38 +01:00
i18n.go
indexer.go
indexer_test.go
lfs.go
log.go Refactor Router Logger (#17308) 2022-01-20 19:41:25 +08:00
mailer.go Add option to convert CRLF to LF line endings for sendmail (#18075) 2022-01-06 01:43:45 +01:00
markup.go
migrations.go
mime_type_map.go
mirror.go
oauth2_client.go
picture.go
project.go
proxy.go
queue.go
repository.go
service.go
session.go
setting.go Refactor Router Logger (#17308) 2022-01-20 19:41:25 +08:00
setting_test.go
storage.go
storage_test.go
task.go
webhook.go