forked from Hay1tsme/artemis
Centralized logging
Allows us to extend the logging infrastructure, e.g. by adding Loki/Discord webhooks to the mix.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
from typing import Optional
|
||||
import wacky
|
||||
import json
|
||||
from os import walk, path
|
||||
from os import path
|
||||
|
||||
from read import BaseReader
|
||||
from core.config import CoreConfig
|
||||
|
Reference in New Issue
Block a user