mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
little changes
This commit is contained in:
parent
5b875b4def
commit
b05b155dc1
|
|
@ -21,7 +21,7 @@ logger = logging.getLogger()
|
|||
logger.setLevel(logging.DEBUG)
|
||||
|
||||
#set log string format
|
||||
formatter = logging.Formatter('%(asctime)s - %(module)-12s [%(levelname)-8s] %(message)s', '%d.%m.%Y %H:%M:%S')
|
||||
formatter = logging.Formatter('%(asctime)s - %(module)-15s %(funcName)-15s [%(levelname)-8s] %(message)s', '%d.%m.%Y %H:%M:%S')
|
||||
|
||||
#create a display loger
|
||||
ch = logging.StreamHandler()
|
||||
|
|
|
|||
2
testdata/testdata.txt
vendored
2
testdata/testdata.txt
vendored
|
|
@ -11,6 +11,8 @@
|
|||
ZVEI2: 12345
|
||||
#without csv description
|
||||
ZVEI2: 56789
|
||||
#duplicate
|
||||
ZVEI2: 56789
|
||||
#with repeat Tone
|
||||
ZVEI2: 1F21F2
|
||||
#in case of incomplete id
|
||||
|
|
|
|||
Loading…
Reference in a new issue