-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Debug shows different timestamp formats across package and project #867
Comments
Mrh yeah sorry about that. I'm still trying to figure out the best way to fix this problem. Unfortunately it's not straightforward or obvious to solve. #556 was (is) supposed to address this issue, but with the advent of module loaders and losing access to the import cache, things have gotten more complicated. |
Ah I see, so if I understand correctly, this is Express' doing? |
What does |
Not sure that {
"overrides": {
"[email protected]": {
"debug": "4.3.3"
}
}
} Does that work? |
No idea then :/ Which order are you importing |
Actually looking at your Try deleting it (I have them turned off by default, typically - they add no value) then re-installing. |
Yes, I'll delete the lockfile and try again ;) |
Okay, so for some reason my own debugs no longer work - but express' do |
By "not work" do you mean just no output? Or is there an error? Try blowing away both |
The override still doesn't work |
"overrides": {
"express": {
"debug": "4.3.3"
},
"nodemon": {
"debug": "4.3.3"
},
"apollo-server-express": {
"body-parser": {
"debug": "4.3.3"
}
}
} Turns out this was the way to go, it works using this. Probably time to do a couple of version bump PRs |
Oh right, that makes sense 🙃 sorry I didn't catch it the first time haha. Yeah seems right! Feel free to ping me on any you may open. Going to go ahead and close this now. Let me know if there's anything else. |
Awesome, thanks for your help, awesome library! |
Debug shows different timestamp formats for body-parser, express and my project.
The text was updated successfully, but these errors were encountered: