mirror of
https://github.com/outscale/zabbix-super-vision.git
synced 2025-08-04 19:11:14 +02:00
New supervision
- using fastAPI - offline/online working - warning if ZABBIX API is too long - showing settings - showing last ack message - showing procedure - menu split by SU team
This commit is contained in:
8
utils/log.py
Normal file
8
utils/log.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import logging
|
||||
|
||||
# Logger Configuration
|
||||
stdio_handler = logging.StreamHandler()
|
||||
stdio_handler.setLevel(logging.INFO)
|
||||
logger = logging.getLogger("aiohttp.access")
|
||||
logger.addHandler(stdio_handler)
|
||||
logger.setLevel(logging.INFO)
|
Reference in New Issue
Block a user