Skip to content
Snippets Groups Projects
Commit 436fdaa6 authored by David Trattnig's avatar David Trattnig
Browse files

Removed critical message.

parent b1a5a33e
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,6 @@ class AuraLogger():
self.logger.addHandler(file_handler)
self.logger.addHandler(stream_handler)
self.logger.critical("ADDED HANDLERS")
self.logger.debug("Added handlers to logger")
else:
self.logger.critical("REUSED LOGGER")
\ No newline at end of file
self.logger.debug("Reused logger")
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment