mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-04-26 00:56:59 -04:00
By default, if `setting.NewContext()` prints out any warning logs, these are printed to the stdout breaking `git receive-pack` etc. meaning that even if there is a warning because of a minor problem in your app.ini but gitea starts despite this - you **CANNOT** push or pull over SSH. This PR disables the console logger whilst in `serv.go` Signed-off-by: Andrew Thornton <art27@cantab.net> |
||
|---|---|---|
| .. | ||
| admin.go | ||
| cert.go | ||
| cmd.go | ||
| dump.go | ||
| generate.go | ||
| hook.go | ||
| keys.go | ||
| migrate.go | ||
| serv.go | ||
| web.go | ||
| web_graceful.go | ||
| web_windows.go | ||