Skip to content

Commit

Permalink
Add app.logger and 'LoggingConfig.get_logger' (#511)
Browse files Browse the repository at this point in the history
* initial

* added structlog

* added connection method '.logger'

* updated comments

* added tests

* cleaned up listeners

* cleaned up listeners

* updated reference docs

* updated docs

* 1.21.1

* cleaned changelog
  • Loading branch information
Goldziher authored Sep 24, 2022
1 parent 868fd31 commit 62816b8
Show file tree
Hide file tree
Showing 31 changed files with 821 additions and 508 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ repos:
sqlalchemy,
starlette,
starlite_multipart,
structlog,
tortoise_orm,
]
- repo: https://github.com/pre-commit/mirrors-mypy
Expand All @@ -138,6 +139,7 @@ repos:
sqlalchemy,
starlette,
starlite_multipart,
structlog,
types-PyYAML,
types-freezegun,
types-redis,
Expand Down Expand Up @@ -169,4 +171,5 @@ repos:
sqlalchemy,
starlette,
starlite_multipart,
structlog,
]
Loading

0 comments on commit 62816b8

Please sign in to comment.