disable logging because claude is in a sandbox and can't write to our log file (it automatically writes logs in a diff place though)
This commit is contained in:
parent
948f9a150a
commit
880e267423
@ -23,7 +23,7 @@ class Logger:
|
||||
"""
|
||||
Simple logger that automatically tracks function-level context.
|
||||
"""
|
||||
def __init__(self, name=None, log_dir="logs", console_level=logging.INFO, file_level=logging.DEBUG):
|
||||
def __init__(self, name=None, log_dir=None, console_level=logging.INFO, file_level=logging.DEBUG):
|
||||
"""
|
||||
Initialize a logger with automatic function-level context.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user