mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-01 10:37:49 +00:00
LOG_LEVEL docs and changelog entry
This commit is contained in:
@@ -13,7 +13,7 @@ import sys
|
||||
from tenacity import retry
|
||||
from podop import run_server
|
||||
|
||||
log.basicConfig(stream=sys.stderr, level=os.environ["LOG_LEVEL"] if "LOG_LEVEL" in os.environ else "WARN")
|
||||
log.basicConfig(stream=sys.stderr, level=os.environ["LOG_LEVEL"] if "LOG_LEVEL" in os.environ else "WARNING")
|
||||
|
||||
def start_podop():
|
||||
os.setuid(100)
|
||||
|
||||
Reference in New Issue
Block a user