gitea/cmd
zeripath 2902b3a68c
Fix #5866: Silence console logger in gitea serv (#5887)
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>
2019-02-03 11:19:28 +00:00
..
admin.go Allow for user specific themes (#5668) 2019-01-09 12:22:57 -05:00
cert.go
cmd.go Disallow empty titles (#5785) 2019-01-21 13:45:32 +02:00
dump.go Add flag to skip repository dumping (#5695) 2019-01-13 16:52:25 -05:00
generate.go
hook.go fix lfs version check warning log when using ssh protocol (#5501) 2018-12-19 09:17:43 +08:00
keys.go
migrate.go
serv.go Fix #5866: Silence console logger in gitea serv (#5887) 2019-02-03 11:19:28 +00:00
web.go Remove a double slash in the HTTPS redirection when Let's Encrypt is enabled (#5537) 2018-12-12 23:00:24 +02:00
web_graceful.go
web_windows.go