This commit is contained in:
parent
59117866d6
commit
92722900d7
@ -22,7 +22,8 @@ steps:
|
|||||||
DEBUG_MODE: 'True'
|
DEBUG_MODE: 'True'
|
||||||
TZ: 'Europe/Berlin'
|
TZ: 'Europe/Berlin'
|
||||||
commands:
|
commands:
|
||||||
- python3 -c "from loghandler import logger
|
- |
|
||||||
|
python3 -c "from loghandler import logger
|
||||||
def main():
|
def main():
|
||||||
logger.debug("This is a Debug Message")
|
logger.debug("This is a Debug Message")
|
||||||
logger.info("This is a Info Message")
|
logger.info("This is a Info Message")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user