Skip to content

Commit 812abec

Browse files
committed
cli: Fix level length
Change-Id: I60c83d52f67e9054016798066dcb3a776b9205ad
1 parent 2392fae commit 812abec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

majavahbot/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def cli_task(task_id: str, run: bool, manual: bool, config: bool, param=""):
6262
def main():
6363
logging.basicConfig(
6464
level=logging.INFO,
65-
format="%(asctime)s %(name)-32s %(levelname)-5s: %(message)s",
65+
format="%(asctime)s %(name)-32s %(levelname)-8s: %(message)s",
6666
)
6767

6868
toolforge.set_user_agent("majavah-bot")

0 commit comments

Comments
 (0)