wylark
/
infoex-autowx.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'develop' of vc-git:infoex-autowx into develop
[infoex-autowx.git]
/
infoex-autowx.py
diff --git
a/infoex-autowx.py
b/infoex-autowx.py
index 25ef4158616ff37a16e9b8dd0e1551be04ca1f9a..fd01e04396cb318ed14169bcc70dc3bc8989e21f 100755
(executable)
--- a/
infoex-autowx.py
+++ b/
infoex-autowx.py
@@
-43,7
+43,7
@@
import zeep
import zeep.cache
import zeep.transports
import zeep.cache
import zeep.transports
-__version__ = '3.2.
2
'
+__version__ = '3.2.
3
'
LOG = logging.getLogger(__name__)
LOG.setLevel(logging.NOTSET)
LOG = logging.getLogger(__name__)
LOG.setLevel(logging.NOTSET)
@@
-156,8
+156,9
@@
def setup_logging(log_level):
# fallback to stdout
handler = logging.StreamHandler(sys.stdout)
formatter = logging.Formatter('%(asctime)s.%(msecs)03d '
# fallback to stdout
handler = logging.StreamHandler(sys.stdout)
formatter = logging.Formatter('%(asctime)s.%(msecs)03d '
- '%(levelname)s %(module)s - %(funcName)s: %(message)s',
- '%Y-%m-%d %H:%M:%S')
+ '%(levelname)s %(module)s - '
+ '%(funcName)s: %(message)s',
+ '%Y-%m-%d %H:%M:%S')
handler.setFormatter(formatter)
LOG.addHandler(handler)
handler.setFormatter(formatter)
LOG.addHandler(handler)