Skip to content
Snippets Groups Projects
Commit 9ad5a7ee authored by Konstantinos Poulakakis's avatar Konstantinos Poulakakis
Browse files

Initializing logging object.

parent 1cdbe80b
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!238Automation component skeleton
...@@ -18,6 +18,7 @@ LOGGER : logging.Logger = None ...@@ -18,6 +18,7 @@ LOGGER : logging.Logger = None
def main(): def main():
global LOGGER # pylint: disable=global-statement global LOGGER # pylint: disable=global-statement
LOGGER = logging.getLogger(__name__)
LOGGER.info('Starting Tests...') LOGGER.info('Starting Tests...')
......
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