Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use app.logger instead of ctx.logger #5246

Merged
merged 1 commit into from
Aug 1, 2023
Merged

fix: use app.logger instead of ctx.logger #5246

merged 1 commit into from
Aug 1, 2023

Conversation

fengmk2
Copy link
Member

@fengmk2 fengmk2 commented Aug 1, 2023

closes #5213 (comment)

Checklist
  • npm test passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)
Description of change

@fengmk2 fengmk2 merged commit b700fb9 into master Aug 1, 2023
15 of 18 checks passed
@fengmk2 fengmk2 deleted the use-app-logger branch August 1, 2023 09:46
fengmk2 pushed a commit that referenced this pull request Aug 1, 2023
[skip ci]

## [3.17.4](v3.17.3...v3.17.4) (2023-08-01)

### Bug Fixes

* use app.logger instead of ctx.logger ([#5246](#5246)) ([b700fb9](b700fb9)), closes [/github.com//issues/5213#issuecomment-1657771583](https://github.com/eggjs//github.com/eggjs/egg/issues/5213/issues/issuecomment-1657771583)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

egg-logger deprecated EggContextLogger is deprecated, use the EggLogger directly
1 participant