-
Notifications
You must be signed in to change notification settings - Fork 48
Convert ServiceControl loggers to Microsoft.Extensions.Logging #5000
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
Merged
Merged
Changes from all commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
a47d8ec
convert audit loggers to ILogger
PhilBastian 047420b
revert app.config checkins
PhilBastian ad7cc4a
use pascal case for structured logging
PhilBastian 3534fd2
revert accidental checkin for primary instance
PhilBastian aec0e48
Merge remote-tracking branch 'origin/extensions.logging_spike' into e…
PhilBastian b6505e6
Apply suggestions from code review
PhilBastian 2a0db48
fix build error
PhilBastian 573d9a2
Merge remote-tracking branch 'origin/extensions.logging_spike' into e…
PhilBastian 1041b4e
revert setupcommand to having a parameterless constructor for activat…
PhilBastian 4f25d49
replace NServiceBus.logging in Audit.Persistence with Microsoft.Exten…
PhilBastian a8c746f
convert SC transports from NServiceBus.Logging to Microsoft.Extension…
PhilBastian 42d01e7
remove signedassembly requirement so that infrastructure can be imported
PhilBastian 96ec124
revert previous change and instead propogate signing back to servicec…
PhilBastian 5aaabe6
fix signature of customisation classes that are dynamically created
PhilBastian 67920ff
add ilogger to test services and remove direct construction with logger
PhilBastian b3c690a
get tests to use ilogger
PhilBastian 66aaa02
Switch to .NET logging
jasontaylordev e2196e6
Work in progress
jasontaylordev e9f287e
Remove test code
jasontaylordev 9b97c92
Improve logging format for storage space details
jasontaylordev 005968d
Properly shutdown NLog in Program.cs
jasontaylordev 49ba86c
Remove Seq logging and prepare for .NET logging migration
jasontaylordev 938c963
Update LogLevel format
jasontaylordev fb7f77e
Update LogLevel format in logging settings
jasontaylordev 6c713bb
Merge branch 'master' into extensions.logging_transports
PhilBastian 40eef99
Merge branch 'logging-spike-jt' into extensions.logging_transports
PhilBastian 07d5606
enable adding test logging provider as part of loggerutils and create…
PhilBastian a843701
add ability to select logging provider from config
PhilBastian 3e59886
handle setting not existing
PhilBastian ab580f6
change logmanager logger factory to the standard one now used by the …
PhilBastian 3e16970
ensure logger for transport tests
PhilBastian a8a3061
Convert SC primary instance loggers to ILogger (#5019)
abparticular c92f803
domain events and persister loggers
PhilBastian dce6435
Merge branch 'master' into extensions.logging_spike
PhilBastian cc33a71
convert SC transports from NServiceBus.Logging to Microsoft.Extension…
PhilBastian 416258d
Merge branch 'extensions.logging_spike' into extensions.logging_remai…
PhilBastian 479d409
set default to nlog and pass loglevel to test context
PhilBastian c3c3de4
default to nLog
PhilBastian 316516e
replace logmanager usage in persistence
PhilBastian 6df6fd2
cleanup remaining references to LogManager
PhilBastian e37e282
missing files from last checkin
PhilBastian 4485d7b
fix different dependency version test failure
PhilBastian 4b80ba3
move loggerutil setup before first static logger usage
PhilBastian 1200d13
Merge branch 'extensions.logging_spike' into extensions.logging_remai…
PhilBastian 92b99b0
fix different dependency version test failure
PhilBastian 9ab9af6
remove/refactor remaining references to LogManager (#5023)
PhilBastian 39039ed
add logging config to all services
PhilBastian 56a4635
enable seq url to be configured
PhilBastian ddb7568
allow seq url to be configured
PhilBastian b825edc
fix logger not being available in program.cs
PhilBastian 7edf38f
make nlog level based on configuration again
PhilBastian ec9c21f
fix logging not being available during logging setup
PhilBastian 912ef81
remove '.' from the end of log messages
PhilBastian e7bf499
remove unnecessary static logger
PhilBastian f0be16f
remove unnecessary checks since it's not around intensive log convers…
PhilBastian 061ba55
remove unnecessary checks
PhilBastian 22bcf4b
add opentelemetry as a logging provider option
PhilBastian ca52fa1
missing package reference
PhilBastian 8b55728
Update src/ServiceControl/Monitoring/HeartbeatEndpointSettingsSyncHos…
PhilBastian 43cc46c
Update src/ServiceControl/Monitoring/HeartbeatEndpointSettingsSyncHos…
PhilBastian ff85749
log text changes suggested in review
PhilBastian 2fb0180
Merge remote-tracking branch 'origin/extensions.logging_spike' into e…
PhilBastian e7a28a2
Update src/ServiceControl.Infrastructure/LoggerUtil.cs
PhilBastian 0533c6e
update method calls to match new name
PhilBastian 2f1d97e
Enhanced `LoggerUtil` to include `DisposeLoggerFactories` for better …
jasontaylordev 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
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.