-
Notifications
You must be signed in to change notification settings - Fork 36
Use module logging utility #132
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 “S 8000 ign 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
Comments
@cjus Our app in question is already using the following package.json:
|
Looks like our app has the dependency, but the
Am I correct that the proper import for hls plugin would be:
|
I tested this update on our app, yet I still get the same error thrown by the |
@tylerhutcherson is there any chance that your exception is occurring before the logging plugin is bound? |
It appears the true exception under the hood was an express However - the error above seems to happen when there is a This is currently non-blocking for us at the moment, however, I can leave this open if you want, or we can take the discussion offline and report back. |
An error in my Node JS application is throwing a hydra-express related exception (and covering up the real issue on my end):
Based on the trace, I believe the culprit is here:
hydra-express/index.js
Line 487 in b487120
this.log('fatal', {msg})
instead.We are running with the following dependencies:
The text was updated successfully, but these errors were encountered: