We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da7504 commit 1ae2833Copy full SHA for 1ae2833
internal/config/config.go
@@ -87,7 +87,7 @@ func ResolveConfig() (*Config, error) {
87
dir += "/"
88
}
89
allowedDirs = append(allowedDirs, dir)
90
- slog.Info("Resolved directory", "dir", allowedDirs)
+ slog.Info("Configured allowed directories", "allowed_directories", allowedDirs)
91
92
93
// Collect all parsing errors before returning the error, so the user sees all issues with config
0 commit comments