Skip to content

Commit

Permalink
Fix hooks introduction example (#3637)
Browse files Browse the repository at this point in the history
Signed-off-by: Ahdra Merali <90615669+AhdraMeraliQB@users.noreply.github.com>
  • Loading branch information
AhdraMeraliQB authored Feb 22, 2024
1 parent 840d1a8 commit 436d17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/hooks/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ from kedro.io import DataCatalog
class DataCatalogHooks:
@property
def _logger(self):
return logging.getLogger(self.__class__.__name__)
return logging.getLogger(__name__)

@hook_impl
def after_catalog_created(self, catalog: DataCatalog) -> None:
Expand Down

0 comments on commit 436d17e

Please sign in to comment.