Update ExtLibAskUserFlow.py
Browse files- ExtLibAskUserFlow.py +1 -1
ExtLibAskUserFlow.py
CHANGED
@@ -6,7 +6,7 @@ from aiflows.messages import UpdateMessage_Generic
|
|
6 |
|
7 |
from aiflows.utils import logging
|
8 |
|
9 |
-
log = logging.get_logger(f"
|
10 |
|
11 |
|
12 |
class ExtLibAskUserFlow(HumanStandardInputFlow):
|
|
|
6 |
|
7 |
from aiflows.utils import logging
|
8 |
|
9 |
+
log = logging.get_logger(f"aiflows.{__name__}")
|
10 |
|
11 |
|
12 |
class ExtLibAskUserFlow(HumanStandardInputFlow):
|