Fix the logging to be compatible with functest
[sdnvpn.git] / sdnvpn / test / functest / testcase_9.py
index 1489a5a..b77360d 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 #
 # Copyright (c) 2017 All rights reserved
 # This program and the accompanying materials
@@ -67,5 +67,4 @@ def main():
 
 
 if __name__ == '__main__':
-    logging.basicConfig(level=logging.INFO)
     sys.exit(main())