-
Notifications
You must be signed in to change notification settings - Fork 69
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
Sm/new logger #876
Merged
Merged
Sm/new logger #876
Changes from 20 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
1f52733
fix: bump jsforce
cristiand391 7b6565b
feat: pino logger
mshanemc ff88212
refactor: standardize file naming
mshanemc 2dbaaf5
Merge remote-tracking branch 'origin/cd/fix-jwt-jsforce' into sm/new-…
mshanemc fcf0ec5
chore: add pino-abstract-transport
mshanemc f32e09e
chore: eslint cleanup
mshanemc 5559f95
chore: windows ut jsdoc fail
mshanemc 2af0bb9
feat: clean up week+ old log files
mshanemc 789dcc4
refactor: use logger, not debug, for lifecycle
mshanemc e0d3124
refactor: test updates for Lifecycle change
mshanemc 7e9e725
chore: eslint cleanup
mshanemc 18608f4
Merge branch 'sm/perf-metrics' into sm/new-logger
mshanemc a8dd3bb
test: remove unused cache since autopush
mshanemc 5f0f741
test: also build
mshanemc b927164
feat: parameterize log cleanup for test use
mshanemc ace491a
test: unwrap array ut
mshanemc bd83d3e
test: cleanup from test
mshanemc 210f380
Merge remote-tracking branch 'origin/main' into sm/new-logger
mshanemc 0ed3f61
chore: update cleanup odds and log a warning when cleanup fails
mshanemc 4b0746b
refactor: 3x faster filters
mshanemc b64cc72
style: comments from self-review
mshanemc e37e172
chore: code cleanup for pr
mshanemc eaa03ef
refactor: deprecate Global prop
mshanemc 70be1d0
test: output log destination
mshanemc aab1552
test: 1 external nut
mshanemc 3f3b529
test: verify auth nuts
mshanemc 96735d7
test: get more data for 3 windows nut failures
mshanemc 52b2c86
test: avoid perf flaps, restore all extNuts
mshanemc 17dd004
test: delay nuts for UT
mshanemc 0b24b59
test: org with testkit for debug
mshanemc a742e1f
Merge remote-tracking branch 'origin/main' into sm/new-logger
mshanemc 4c1a87d
test: re-add user, org plugins
mshanemc 2d8191a
test: full extNut suite
mshanemc c52a29b
chore: breaking changes for Logger
mshanemc df0132a
Merge remote-tracking branch 'origin/main' into sm/new-logger
mshanemc 6f9451a
docs: logger migration guide
mshanemc 568e9e8
chore: new prerelease logic
iowillhoit bca0b5a
Merge pull request #897 from forcedotcom/ew/gha
iowillhoit 06cf627
chore(release): 5.0.1-v5-beta.0 [skip ci]
svc-cli-bot cbe1090
refactor: log without JSON.stringify
mshanemc c6bbeb5
refactor: we can log objects now
mshanemc 6959776
chore(release): 5.0.1-v5-beta.1 [skip ci]
svc-cli-bot 039cc19
chore: pr comments
mshanemc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use Logger instead of debug for logging. this allows debug to be removed