-
Notifications
You must be signed in to change notification settings - Fork 68
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
Feature/lit 305 additional explicit log levels #325
Feature/lit 305 additional explicit log levels #325
Conversation
This reverts commit 67551f7. Bad Global Replace
@joshLong145 - I made the changes but I'm not able to
Obviously, this isn't related to my change |
…lit-305-additional-explicit-log-levels
@cipherzzz make sure you are using node version |
Description
Resolves #305
I added additional log levels and reorganized existing to make it consistent
Changes to Existing
log
tologDebug
method Signatureto
logDebugWithRequestId`misc
Added
logInfo
andlogInfoWithRequestId
logTrace
andlogTraceWithRequestId
logWarn
andlogWarnWithRequestId
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
I added the following test to
misc.spec.ts
yarn nx run misc:build
Succeedsyarn nx run misc:test
SucceedsChecklist: