Skip to content

Conversation

@bokelley
Copy link
Contributor

Switches from console.print() to logger.info() so debug output appears in production logs. This will show exactly what FastMCP provides: context object, headers, etc.

console.print() output wasn't appearing in production logs.
Use standard logging.logger.info() instead for visibility.

This will show exactly what FastMCP provides: context object, headers, etc.
@bokelley bokelley merged commit 8240f76 into main Oct 24, 2025
8 checks passed
EmmaLouise2018 pushed a commit that referenced this pull request Oct 24, 2025
console.print() output wasn't appearing in production logs.
Use standard logging.logger.info() instead for visibility.

This will show exactly what FastMCP provides: context object, headers, etc.
danf-newton pushed a commit to Newton-Research-Inc/salesagent that referenced this pull request Nov 24, 2025
…ol#586)

console.print() output wasn't appearing in production logs.
Use standard logging.logger.info() instead for visibility.

This will show exactly what FastMCP provides: context object, headers, etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants