Update code to always log everything to server.log removing server_debug.jsonl

This commit is contained in:
Alishahryar1 2026-02-03 19:13:04 -08:00
parent ea7f115727
commit ec86f5bda6
3 changed files with 18 additions and 51 deletions

View file

@ -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