Skip to content

Bug: config name option not working [1.8.0] #129

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

Closed
DeanAyalon opened this issue Mar 2, 2024 · 0 comments · Fixed by #128
Closed

Bug: config name option not working [1.8.0] #129

DeanAyalon opened this issue Mar 2, 2024 · 0 comments · Fixed by #128
Assignees
Labels
bug Something isn't working

Comments

@DeanAyalon
Copy link
Contributor

DeanAyalon commented Mar 2, 2024

Issue Description

  • Logger config option 'name' does not pass to the logged data as 'application'

Example

@log({ name: 'test' })

Should be logged as

{
  application: 'test',    // Does not show in v1.8.0
  ...
}

Environment:

  • Version 1.8.0
  • Node.js version: v20.11.0
  • Operating System: MacOS Catalina 10.15.7 (19H2026)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants