aboutsummaryrefslogtreecommitdiffstats
path: root/modules/setting/log.go
Commit message (Expand)AuthorAgeFilesLines
* Clarify the logger's MODE config option (#26267)wxiaoguang2023-08-011-1/+1
* Fix sub-command log level (#25537)wxiaoguang2023-06-281-1/+1
* Rewrite logger system (#24726)wxiaoguang2023-05-211-310/+177
* Refactor config provider (#24245)Lunny Xiao2023-04-251-5/+3
* Correct the access log format (#24085)Gary Moon2023-04-131-1/+1
* Parse external request id from request headers, and print it in access log (#...sillyguodong2023-03-101-0/+2
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-61/+88
* Reminder for no more logs to console (#22282)Jason Song2023-01-011-17/+12
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Update go tool dependencies (#19676)silverwind2022-05-101-2/+3
* Simplify loops to copy (#19569)Gusted2022-05-011-3/+2
* format with gofumpt (#18184)65432022-01-201-4/+6
* Refactor Router Logger (#17308)wxiaoguang2022-01-201-2/+5
* Simplify parameter types (#18006)Gusted2021-12-201-2/+2
* Use correct defaultValue for stracktrace (#17552)Gusted2021-11-051-1/+1
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-4/+1
* add a new internal hook to save ssh log (#15787)a10121127962021-05-211-0/+1
* use level config in main section when subsection not set level (#15176)a10121127962021-03-281-6/+5
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+2
* Update docs and comments to remove macaron (#14491)Lunny Xiao2021-01-291-1/+1
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-12/+0
* Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777)zeripath2020-07-051-2/+66
* Allow log.xxx.default to set logging settings for the default logger only (#1...zeripath2020-05-151-2/+5
* Use Req.URL.RequestURI() to cope with FCGI urls (#9473)zeripath2019-12-241-1/+1
* Fix #9151 - smtp logger configuration sendTos should be an array (#9154)zeripath2019-11-251-1/+5
* Restore Graceful Restarting & Socket Activation (#7274)zeripath2019-10-151-1/+10
* Add golangci (#6418)kolaente2019-06-121-4/+8
* Stop colorizing files by default (#6949)zeripath2019-05-151-2/+0
* Move xorm logger bridge from log to models so that log module could be a stan...Lunny Xiao2019-05-141-3/+0
* Fix logging documentation (#6904)zeripath2019-05-111-0/+2
* Quieter Integration Tests (#6513)zeripath2019-04-071-0/+9
* Better logging (#6038) (#6095)zeripath2019-04-021-135/+240
* Split setting.go as multiple files (#6014)Lunny Xiao2019-02-101-0/+186