forgejo/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
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
markup.go
migrations.go
mime_type_map.go
mirror.go Make mirror feature more configurable (#16957) 2021-09-07 17:49:36 +02:00
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