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 593fb62 commit db3113cCopy full SHA for db3113c
core/startup/config_file_watcher.go
@@ -71,8 +71,7 @@ func (c *configFileHandler) Watch() error {
71
configWatcher, err := fsnotify.NewWatcher()
72
c.watcher = configWatcher
73
if err != nil {
74
- log.Fatal().Err(err).Str("configdir", c.appConfig.DynamicConfigsDir).Msg("unable to create a watcher for configuration directory")
75
-
+ return err
76
}
77
78
if c.appConfig.DynamicConfigsDirPollInterval > 0 {
0 commit comments