Skip to content

Commit

Permalink
ULTIMO ERROR LO JURO CRADCKS
Browse files Browse the repository at this point in the history
  • Loading branch information
ZibraMax committed Feb 20, 2022
1 parent ec90f7e commit 489fd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FEM/FEMLogger.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def setup_logging(self, console_log_output="stdout", console_log_level="warning"
console_handler.setLevel(console_log_level.upper())
except Exception as e:
print("Failed to set console log level: invalid level: '%s'" %
console_log_level)
console_log_level, e)
return False

# Create and set formatter, add console handler to logger
Expand Down

0 comments on commit 489fd7b

Please sign in to comment.