mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-04-28 11:30:03 +00:00
Update code to always log everything to server.log removing server_debug.jsonl
This commit is contained in:
parent
ea7f115727
commit
ec86f5bda6
3 changed files with 18 additions and 51 deletions
|
|
@ -29,9 +29,6 @@ class Settings(BaseSettings):
|
|||
# ==================== Fast Prefix Detection ====================
|
||||
fast_prefix_detection: bool = True
|
||||
|
||||
# ==================== Logging ====================
|
||||
log_full_payloads: bool = False
|
||||
|
||||
# ==================== Optimizations ====================
|
||||
enable_network_probe_mock: bool = True
|
||||
enable_title_generation_skip: bool = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue