Update ReplanningAskUserFlow.py
Browse files- ReplanningAskUserFlow.py +1 -1
ReplanningAskUserFlow.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 ReplanningAskUserFlow(HumanStandardInputFlow):
|
|
|
6 |
|
7 |
from aiflows.utils import logging
|
8 |
|
9 |
+
log = logging.get_logger(f"aiflows.{__name__}")
|
10 |
|
11 |
|
12 |
class ReplanningAskUserFlow(HumanStandardInputFlow):
|