Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Aug 11, 2023
1 parent b4131fc commit 45e3138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/antares_xpansion/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
flushed_print = functools.partial(print, flush=True)


def get_logger(name, log_level):
def get_logger(name, log_level = logging.INFO):

class ConditionalFormatter(logging.Formatter):
def format(self, record):
Expand Down

0 comments on commit 45e3138

Please sign in to comment.