summaryrefslogtreecommitdiffstats
path: root/cmd/manager_logging.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore: use errors.New to replace fmt.Errorf with no parameters will much bett...Cheng2024-04-281-1/+2
* [BRANDING] cosmetic s/Gitea/Forgejo/ in logs, messages, etc.TomZ2024-02-051-2/+2
* Add missing default value for some Bool cli flags (#26082)wxiaoguang2023-07-241-0/+3
* Refactor to use urfave/cli/v2 (#25959)wxiaoguang2023-07-211-61/+94
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-3/+3
* Rewrite logger system (#24726)wxiaoguang2023-05-221-99/+21
* Refactor internal API for git commands, use meaningful messages instead of "I...wxiaoguang2023-03-291-57/+36
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Allow manager logging to set SQL (#20064)zeripath2022-06-241-0/+27
* Remove legacy `unknwon/com` package (#19298)wxiaoguang2022-04-011-0/+1
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-311-0/+382