Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
set loglevel
Browse files Browse the repository at this point in the history
jschlyter committed Dec 18, 2024
1 parent 06230ba commit 75d9e76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nodeman/server.py
Original file line number Diff line number Diff line change
@@ -161,6 +161,8 @@ def main() -> None:
logging.basicConfig(level=logging.INFO)
log_level = "info"

logging_config["root"]["level"] = log_level.upper()

logger.info("Starting Node Manager version %s", __verbose_version__)
app = NodemanServer(settings=Settings())

0 comments on commit 75d9e76

Please sign in to comment.