- Bootstrap mit .venv-Autoinstall und Relaunch - Logging-Modul mit Loglevel-Fallback und optionaler Rotation - .env-Support via python-dotenv - Beispielstruktur für portable Python-Apps - Umfangreiche README mit Anleitung und Logging-Kapitel - .env.example enthalten - VS Code-Tasks integriert
9 lines
183 B
Plaintext
9 lines
183 B
Plaintext
# APP_MODE ungenutzt im Template
|
|
APP_MODE=
|
|
|
|
# LOGLEVEL: "CRITICAL"- "ERROR" - "WARNING" - "INFO" - "DEBUG"
|
|
LOGLEVEL=INFO
|
|
|
|
# Pfad zum log z.B log/template.log
|
|
LOGFILE=log/template.log
|