-
Notifications
You must be signed in to change notification settings - Fork 156
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
query Interface (logger.query(options,callback)) not available on Version 4.2.1 #255
Comments
|
Query doesn't look like it rely on winston (maybe normalizeQuery but that just sets default options). Is it possible to add it back? I can open a PR that will work without the winston dependencies. |
[Normalize Query](https://github.com/winstonjs/winston-compat/blame/master/lib/transport.js#L59) This PR adds back the query feature without winston dependencies. winstonjs#255
[Normalize Query](https://github.com/winstonjs/winston-compat/blame/master/lib/transport.js#L59) This PR adds back the query feature without winston dependencies. #255
[Normalize Query](https://github.com/winstonjs/winston-compat/blame/master/lib/transport.js#L59) This PR adds back the query feature without winston dependencies. winstonjs#255
Hello Guys,
for our project we need the function:
query(options?: QueryOptions, callback?: (err: Error, results: any) => void): any;
In the version 4.2.1 there is no function like this, so we get en undefined error.
Is there an other way to handle the query interface?
We have therefore version 3.8.0 installed.
The text was updated successfully, but these errors were encountered: