mirror of https://github.com/go-gitea/gitea.git
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.
3273fb9af1
in previouse if a log subsetcion not set level it will use ``info`` as default value. this pr will make default value (``[log] -> LEVEL``) useable. example config: ```INI [log] MODE = console LEVEL = Trace [log.console] LEVEL = STDERR = false ``` previous result: ```JSON // console: { "level": "info", ................... } ``` after change: ```JSON // console: { "level": "track", ................... } ``` Signed-off-by: a1012112796 <1012112796@qq.com> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lauris BH <lauris@nix.lv> |
4 years ago | |
---|---|---|
.. | ||
attachment.go | 4 years ago | |
cache.go | 4 years ago | |
cors.go | ||
cron.go | ||
cron_test.go | ||
database.go | 4 years ago | |
database_sqlite.go | ||
database_test.go | ||
git.go | 4 years ago | |
indexer.go | 4 years ago | |
indexer_test.go | ||
lfs.go | 4 years ago | |
log.go | 4 years ago | |
mailer.go | ||
markup.go | ||
migrations.go | 4 years ago | |
picture.go | 4 years ago | |
project.go | ||
queue.go | 4 years ago | |
repository.go | 4 years ago | |
service.go | 4 years ago | |
session.go | 4 years ago | |
setting.go | 4 years ago | |
setting_test.go | 4 years ago | |
storage.go | 4 years ago | |
storage_test.go | 4 years ago | |
task.go | ||
webhook.go |