Skip to content

Commit f4c58f2

Browse files
committed
WIP Review base.py file
1 parent cc39ea7 commit f4c58f2

File tree

1 file changed

+1
-1
lines changed
  • aries_cloudcontroller/controllers

1 file changed

+1
-1
lines changed

aries_cloudcontroller/controllers/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from ..helpers.utils import log_msg
1616

17-
EVENT_LOGGER = logging.getLogger("event")
17+
EVENT_LOGGER = logging.getLogger("__name__")
1818

1919

2020
class repr_json:

0 commit comments

Comments
 (0)