Commit ef42c95f authored by Anael Beutot's avatar Anael Beutot
Browse files

Debug feature in config.

parent 85001ccb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,8 @@ class NodeConfigParser(object):

        self.logging_level = int(config.get('verbosity', 0))

        self.debug = True


def configure_logging(level):
    level = {