12 / 21

Technical Implementation DetailsURL copied

Logging & DebuggingURL copied

  • Loguru: Two handlers - stdout (INFO+) and file (DEBUG+)
  • Log file: /tmp/vyasa_core.log with 10 MB rotation, 10 days retention
  • Performance tracking: time.time() checkpoints throughout request handling
  • Debug groups: console.group() in JavaScript for Mermaid operations
  • Request markers: ########## REQUEST START/COMPLETE ########## for easy grepping