Skip to content
Snippets Groups Projects
Commit 4e8f0918 authored by Chris Hines's avatar Chris Hines
Browse files

typo

parent 7367fef2
No related branches found
No related tags found
3 merge requests!77Revert "disable agressive kill and restart",!45Test,!44Dev
Pipeline #11944 passed
import logging
FORMAT = "[%(asctime)s %(levelname):%(process)s %(filename)s:%(lineno)s - %(funcName)20s() ] %(message)s"
FORMAT = "[%(asctime)s %(levelname)s:%(process)s %(filename)s:%(lineno)s - %(funcName)20s() ] %(message)s"
logging.basicConfig(filename="/var/log/strudel2/tes.log",format=FORMAT)
logger=logging.getLogger()
logger.setLevel(logging.DEBUG)
......
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