-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
HHH-19611 demote many DEBUG-level log messages to TRACE #10525
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
+2,640
−2,486
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
74f8976
demote many DEBUG-level log messages to TRACE
gavinking 055b4fe
improvements to TRACE-level logging
gavinking 8ba81d4
change how HQL functions are logged at startup
gavinking a311903
avoid use of deprecated service lookup
gavinking 7495085
downgrade two more DEBUG-level messages to TRACE
gavinking d5ec2f6
very minor code cleanups in ResourceRegistryStandardImpl
gavinking 6b9a6d3
very minor code cleanups in ManagedTypeProcessor
gavinking 0e14088
introduce ResourceRegistryLogger
gavinking e3a06c6
move logging in JdbcCoordinatorImpl and LogicalConnectionManagedImpl …
gavinking 5113f19
massive cleanup of NaturalIdResolutionsImpl
gavinking 7d2fc89
move NaturalIdLogging to package with its only client
gavinking e3d89dd
improve logging for Services and Statistics
gavinking 60a413c
trivial changes to logging in JndiServiceImpl
gavinking 142b9c6
move logging to JdbcEnvironmentInitiator to JdbcLogging
gavinking 13215a5
fix verbosity of logging in BootstrapContextImpl and ClassLoaderAcces…
gavinking 6c7d383
improve log message in StrategySelectorImpl
gavinking 639a7b9
slightly improve format of log message in AttributeFactory
gavinking 4133366
more consistent format for logging in boot.model package
gavinking a70ea5e
remove another ugly log message from query compiler
gavinking f3baef5
disable TRACE logging from type registries
gavinking a9f8e4b
disable TRACE logging from SqmFunctionRegistry
gavinking b78d8ef
Big clean up around natural id stuff
gavinking 4e9d3a8
minor optimizations to logging and comments in event handlers
gavinking af4342b
minor aesthetic cleanups in batch loader logging
gavinking 363308a
misc very minor consistency fixes for logging
gavinking 41fcfa0
migrate QueryResultsCacheImpl logging to SecondLevelCacheLogger
gavinking c041ec4
introduce new infoString methods for batch loaders
gavinking 4404d9c
fix jdoc of QueryResultsCacheImpl
gavinking 1c8dcc2
use typesafe logging for all L2 cache stuff
gavinking 7d892c5
Use L2CACHE_LOGGER from o.h.cache.spi.support
gavinking f0aa4d1
LazyInitializationException probably shouldn't log from its constructor
gavinking fe2893d
very minor cleanups
gavinking 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
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.
Check failure
Code scanning / CodeQL
Insertion of sensitive information into log files High