You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I would expect the custom log level implemented as per documentation to report on the file where the call was made instead of the file where the custom logger lives.
2024-03-06 08:30:10.463 ACTION /src/utils/logger.ts:29 added new pipeline dv
2024-03-06 08:30:10.464 CUSTOM /src/utils/logger.ts:38 added new pipeline dv
2024-03-06 08:30:10.464 INFO /src/generator.ts:35 added new pipeline dv
Expected behavior
the first two calls should have been reported being made in generator.ts in line 33 and 34 but instead were reported to have been made in logger.ts
Screenshots
Additional context
Add any other context about the problem here.
Node.js Version
v20.11.0
OS incl. Version
MacOS: 14.3.1 (23D60)
Shell
Zshell with oh-my-zshell
The text was updated successfully, but these errors were encountered:
Describe the bug
I would expect the custom log level implemented as per documentation to report on the file where the call was made instead of the file where the custom logger lives.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
the first two calls should have been reported being made in
generator.ts
in line 33 and 34 but instead were reported to have been made inlogger.ts
Screenshots
Additional context
Add any other context about the problem here.
Node.js Version
v20.11.0
OS incl. Version
MacOS: 14.3.1 (23D60)
Shell
Zshell with oh-my-zshell
The text was updated successfully, but these errors were encountered: