-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
winston detetction not sufficient #1605
Comments
how do you use that function Please also read the corresponding article in Readme: |
so
|
I think I'm getting now what's happening there. |
I made a test for the function And that test passes. The function basically tells whether or not should What is your actual version of Could you run |
hm interesting i'm using 8.19.0 as well. looks like a good test to have and ill keep playing on my end. also, fwiw, i'm using typescript's strict mode, should that matter. |
Are you sure you're supplying "info" to |
Since when it's "debug", the test fails and that's I believe exactly the case, @daniel-white |
@RobinTail i was doing a bit more. i'm getting that value from envvars, i opened it up to more levels. it might have been on debug yesterday I'm allowing
|
Thank you @daniel-white , the issue confirmed. |
@daniel-white , |
Description
i'm trying to use pino over winston and I have to hack the logger instance to look not like the simpleified winston config.
Without this, I get
Expected
I would not expect express-zod-api to allow pino with no modifications
Reproduction
Context
express-zod-api
version: 17.2.0The text was updated successfully, but these errors were encountered: