Skip to content

Commit 92a0d5d

Browse files
authored
Merge pull request #23 from didx-xyz/issue_17/review_base_py
Base.py is fine.
2 parents 7501498 + 8ed4d60 commit 92a0d5d

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)