Merge "Initial delivery of helm charts to deploy mod2 components. Resolved all the...
[dcaegen2/platform.git] / oti / event-handler / otihandler / config.py
index d5149cc..5c87f43 100644 (file)
@@ -24,6 +24,7 @@ import os
 
 from otihandler.consul_client import ConsulClient
 
+os.makedirs('logs', exist_ok=True)
 logging.basicConfig(
     filename='logs/oti_handler.log', \
     format='%(asctime)s.%(msecs)03d %(levelname)+8s ' + \