summaryrefslogtreecommitdiffstats
path: root/routers/common/logger.go
Commit message (Collapse)AuthorAgeFilesLines
* Refactor Router Logger (#17308)wxiaoguang2022-01-201-33/+0
| | | | | | 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.
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+33
* refactor routers directory * move func used for web and api to common * make corsHandler a function to prohibit side efects * rm unused func Co-authored-by: 6543 <6543@obermui.de>