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 7f53fa0 commit 81bac41Copy full SHA for 81bac41
pkg/api/index.go
@@ -15,7 +15,7 @@ func index(conf *config.Config) http.Handler {
15
// build UI config file from env variables
16
configFilename := path.Join(conf.UI.Directory, "config.js")
17
if err := conf.WriteUIConfigFile(configFilename); err != nil {
18
- log.Fatal().Err(err).Str("filename", configFilename).Msg("failed to create UI config file")
+ log.Warn().Err(err).Str("filename", configFilename).Msg("unable to generate UI config file")
19
}
20
return http.FileServer(http.Dir(conf.UI.Directory))
21
0 commit comments