Skip to content

Commit

Permalink
possibly fixed errorlog and default to -L20
Browse files Browse the repository at this point in the history
  • Loading branch information
mdipierro committed Aug 11, 2024
1 parent 1c98ced commit 8736d37
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 113 deletions.
2 changes: 1 addition & 1 deletion py4web/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2131,7 +2131,7 @@ def new_app(apps_folder, app_name, yes, scaffold_zip):
"-L",
"--logging_level",
type=int,
default=logging.WARNING,
default=logging.INFO,
help="The log level (0 - 50) [default: 30 (=WARNING)]",
)
@click.option(
Expand Down
Loading

0 comments on commit 8736d37

Please sign in to comment.