We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a38adf commit 74d30fcCopy full SHA for 74d30fc
modules/setting/service.go
@@ -168,7 +168,7 @@ func loadServiceFrom(rootCfg ConfigProvider) {
168
// non-boolean value only supports "expensive" at the moment
169
Service.BlockAnonymousAccessExpensive = s == "expensive"
170
if !Service.BlockAnonymousAccessExpensive {
171
- log.Fatal("Invalid config option: REQUIRE_SIGNIN_VIEW = %s", s)
+ log.Error("Invalid config option: REQUIRE_SIGNIN_VIEW = %s", s)
172
}
173
174
0 commit comments