mirror of
https://github.com/go-gitea/gitea
synced 2025-01-19 00:17:56 +01:00
8d9193680d
Backport #26074 by @wxiaoguang If the log file can't be opened, what should it do? panic/exit? ignore logs? fallback to stderr? It seems that "fallback to stderr" is slightly better than others ....