mirror of
https://github.com/go-gitea/gitea.git
synced 2026-03-29 16:28:39 +02:00
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 ....