logging-conf-fix
This commit is contained in:
@@ -6,7 +6,7 @@ import logging
|
||||
from utils.mention import mention
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
|
||||
|
||||
|
||||
positive_reactions = [
|
||||
|
@@ -5,7 +5,7 @@ import logging
|
||||
from state.scan import get_all_pattern, get_average_pattern
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
|
||||
|
||||
start_message = {
|
||||
"en": "Welcome home! You can type any message here to be passed to chat",
|
||||
|
@@ -9,7 +9,7 @@ from nlp.toxicity_detector import detector
|
||||
from nlp.normalize import normalize
|
||||
|
||||
logger = logging.getLogger("handlers.messages_routing")
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
|
||||
|
||||
|
||||
async def messages_routing(msg, state):
|
||||
|
Reference in New Issue
Block a user