Skip to content

Conversation

@4t8dd
Copy link
Contributor

@4t8dd 4t8dd commented Dec 2, 2025

Adds LogLevel field to VirtualMCPServer CRD OperationalConfig to allow configuring the logging level for vMCP instances. Supports info, debug, warn, and error levels with info as the default.

The deployment builder now passes the --log-level flag to the vmcp container based on the CRD configuration. When not specified, defaults to info level to ensure consistent logging behavior.

Fixes #2781

Adds LogLevel field to VirtualMCPServer CRD OperationalConfig to allow
configuring the logging level for vMCP instances. Supports info, debug,
warn, and error levels with info as the default.

The deployment builder now passes the --log-level flag to the vmcp
container based on the CRD configuration. When not specified, defaults
to info level to ensure consistent logging behavior.

Fixes stacklok#2781

Signed-off-by: 4t8dd <[email protected]>
@github-actions github-actions bot added the size/XS Extra small PR: < 100 lines changed label Dec 2, 2025
@codecov
Copy link

codecov bot commented Dec 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.62%. Comparing base (f0ce9c2) to head (d585f76).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2837      +/-   ##
==========================================
+ Coverage   56.61%   56.62%   +0.01%     
==========================================
  Files         320      320              
  Lines       30932    30937       +5     
==========================================
+ Hits        17511    17518       +7     
+ Misses      11916    11914       -2     
  Partials     1505     1505              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@4t8dd
Copy link
Contributor Author

4t8dd commented Dec 2, 2025

@jhrozek should I bump the crd version as show from the CI ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Extra small PR: < 100 lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No way to set debug level through vMCP CRD

1 participant