| 123456789101112 |
- # BambuTrack Environment Configuration
- # Copy this file to .env and adjust values as needed
- # Debug mode (true = DEBUG logging, false = production with INFO logging)
- DEBUG=true
- # Log level (only used when DEBUG=false)
- # Options: DEBUG, INFO, WARNING, ERROR
- LOG_LEVEL=INFO
- # Enable file logging (logs written to logs/bambutrack.log)
- LOG_TO_FILE=true
|