Skip to content

Commit 790eb26

Browse files
committed
PR feedback
1 parent 3c6224a commit 790eb26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/config/config.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ func ResolveConfig() (*Config, error) {
110110

111111
slog.Debug("Agent config", "config", config)
112112
slog.Info("Enabled features", "features", config.Features)
113-
slog.Info("Excluded files from file monitoring", "exclude_files", config.Watchers.FileWatcher.ExcludeFiles)
113+
slog.Info("Excluded files from being watched for file changes", "exclude_files",
114+
config.Watchers.FileWatcher.ExcludeFiles)
114115

115116
return config, nil
116117
}

0 commit comments

Comments
 (0)