Skip to content

Commit fb11e7d

Browse files
authored
Merge pull request #480 from W24-Service-GmbH/werk24/fix-log-level
fixes the log level
2 parents 480c2e4 + 402c974 commit fb11e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

werk24/cli/werk24.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
console = Console()
20-
logger = get_logger(__name__)
20+
logger = get_logger()
2121

2222
app = typer.Typer(pretty_exceptions_show_locals=False, no_args_is_help=True)
2323
app.add_typer(init_app)

0 commit comments

Comments
 (0)