We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 907b6f9 commit 8b87be6Copy full SHA for 8b87be6
modules/setting/setting.go
@@ -931,7 +931,7 @@ func newLogService() {
931
case "console":
932
LogConfigs[i] = fmt.Sprintf(`{"level":%s}`, level)
933
case "file":
934
- logPath := sec.Key("FILE_NAME").MustString(path.Join(LogRootPath, "gogs.log"))
+ logPath := sec.Key("FILE_NAME").MustString(path.Join(LogRootPath, "gitea.log"))
935
if err = os.MkdirAll(path.Dir(logPath), os.ModePerm); err != nil {
936
panic(err.Error())
937
}
0 commit comments