Skip to content
Snippets Groups Projects
Commit f4b3e7d9 authored by avouacr's avatar avouacr
Browse files

output logging to console

parent d72543ce
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ import yaml
import kubernetes
logging.basicConfig(filename='prepull.log', level=logging.INFO)
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(message)s')
PROJECT_PATH = Path(__file__).resolve().parents[1]
......
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