Skip to content

Commit 1ae2833

Browse files
committed
PR feedback
1 parent 8da7504 commit 1ae2833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func ResolveConfig() (*Config, error) {
8787
dir += "/"
8888
}
8989
allowedDirs = append(allowedDirs, dir)
90-
slog.Info("Resolved directory", "dir", allowedDirs)
90+
slog.Info("Configured allowed directories", "allowed_directories", allowedDirs)
9191
}
9292

9393
// Collect all parsing errors before returning the error, so the user sees all issues with config

0 commit comments

Comments
 (0)