Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Modified log level to info
  • Loading branch information
Akshay2191 committed Oct 14, 2025
commit a38d37fe1813affb27680b9a0efe2b624dda9c73
2 changes: 1 addition & 1 deletion internal/datasource/config/nginx_config_parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ func (ncp *NginxConfigParser) sortPlusAPIs(ctx context.Context, apis []*model.AP
}

if !foundWriteEnabled && len(apis) > 0 {
slog.WarnContext(ctx, "No write-enabled NGINX Plus API found. Defaulting to read-only API")
slog.InfoContext(ctx, "No write-enabled NGINX Plus API found. Defaulting to read-only API")
return apis
}

Expand Down
Loading