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
but still nothing. setting the logger for the app is the only way I've been able to get it to work there too, but that's really late bound. There's got to be a better way. We don't seem to be overriding the base logger either.
The text was updated successfully, but these errors were encountered:
I can't seem to figure out how to get this to work well in testing. This is how I've figured out how to get it to work
Applying the module directly in
createTestingModule
did nothing.we have this
LoggerModule
that I added it towhich is imported by
StorefrontModule
but still nothing. setting the logger for the app is the only way I've been able to get it to work there too, but that's really late bound. There's got to be a better way. We don't seem to be overriding the base logger either.
The text was updated successfully, but these errors were encountered: