Commit 240873f872308ea7267563365e28ff8f84a5f42c
1 parent
2a363011
Exists in
dev
date modif
Showing
2 changed files
with
10 additions
and
2 deletions
Show diff stats
simulators/plc/guitalens_worker.py
1 | +""" | |
2 | +PM 20190108 | |
1 | 3 | |
4 | +""" | |
2 | 5 | |
3 | 6 | import logging |
4 | 7 | import threading |
... | ... | @@ -10,7 +13,7 @@ import os, sys |
10 | 13 | print(os.path.abspath(".")) |
11 | 14 | _path = os.path.abspath("..") |
12 | 15 | sys.path.insert(0, _path ) |
13 | -import logconf | |
16 | +#import logconf | |
14 | 17 | logger = logging.getLogger(__name__) |
15 | 18 | """logger = logging.getLogger(__name__) |
16 | 19 | logging.basicConfig(level=logging.DEBUG, format='%(asctime)s - %(name)s - %(levelname)s - %(message)s') | ... | ... |
simulators/plc/plcSimulator.py