data-xexe/xexe/processes.py
2024-06-06 11:50:01 +02:00

7 lines
110 B
Python

import logging
logger = logging.getLogger()
def run_xe_healthcheck():
logger.info("Checking checking")