Fix double plog output, version 2
Compare changes
- Hans Fangohr authored
so that multiple calls of the set_up_logging function do not create multiple handlers (and then undesired multiple outputs for one plog message)
@@ -339,10 +339,11 @@ def set_up_logging(loglevel="warning", file_path=None):
@@ -339,10 +339,11 @@ def set_up_logging(loglevel="warning", file_path=None):