We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13583a6 commit fda859cCopy full SHA for fda859c
cmd/serv.go
@@ -67,6 +67,7 @@ func checkLFSVersion() {
67
func setup(logPath string) {
68
log.DelLogger("console")
69
setting.NewContext()
70
+ setting.NewServices() // cannot access session settings otherwise
71
checkLFSVersion()
72
log.NewGitLogger(filepath.Join(setting.LogRootPath, logPath))
73
}
0 commit comments