Skip to content

Commit

Permalink
Problem Default log level in controler was not set
Browse files Browse the repository at this point in the history
  • Loading branch information
olethanh committed Jan 6, 2025
1 parent df98ec6 commit c2ad82a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aleph/vm/controllers/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def parse_args(args):
help="set loglevel to DEBUG",
action="store_const",
const=logging.DEBUG,
default=logging.INFO,
)
return parser.parse_args(args)

Expand Down

0 comments on commit c2ad82a

Please sign in to comment.