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 69e51f9 commit 7316547Copy full SHA for 7316547
core/startup/config_file_watcher.go
@@ -65,7 +65,8 @@ func (c *configFileHandler) Watch() error {
65
configWatcher, err := fsnotify.NewWatcher()
66
c.watcher = configWatcher
67
if err != nil {
68
- log.Fatal().Err(err).Str("configdir", c.appConfig.DynamicConfigsDir).Msg("wnable to create a watcher for configuration directory")
+ log.Fatal().Err(err).Str("configdir", c.appConfig.DynamicConfigsDir).Msg("unable to create a watcher for configuration directory")
69
+
70
}
71
72
if c.appConfig.DynamicConfigsDirPollInterval > 0 {
0 commit comments