Skip to content

Commit a330ddf

Browse files
committed
Fixing logger
1 parent 7f54691 commit a330ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackhawk_mcp/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
def debug_print(message):
5252
"""Print debug messages to stderr for Claude Desktop"""
53-
""" print(f"[DEBUG] {message}", file=sys.stderr, flush=True)
53+
logger.debug(f"{message}", file=sys.stderr, flush=True)
5454

5555

5656
class StackHawkClient:

0 commit comments

Comments
 (0)