electrs dockerfile
All checks were successful
Build Docker Image / build (push) Successful in 2m40s

This commit is contained in:
2025-12-02 22:35:26 -06:00
parent 3db532de6f
commit cf8ccf1137
4 changed files with 19 additions and 4 deletions

View File

@@ -3,6 +3,9 @@ import logging
# Setup logging
def setup_log():
"""
Setup logging
"""
loglevel = 10 if os.getenv("APKG_TARGET") == "debug" else 20
logging.basicConfig(