-
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
Improve data warehouse export logging #1223
Conversation
@@ -16,6 +16,15 @@ | |||
|
|||
class BatchProcessor extends Loggable | |||
{ | |||
// Constants used in log messages. | |||
const LOG_MODULE_KEY = 'module'; |
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.
lolzers the name of the constant is longer that the value!
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.
Also, "module" is probably a poor choice since we're using that to mean something else. Let me know if you have any other suggestions. I'm trying to group these messages since they include some that could be run by both the web server and the batch process.
Kudos, SonarCloud Quality Gate passed!
|
Description
Adds additional logging and improves existing logging to add more details.
Motivation and Context
The logged information is necessary to provide details on the use of the data warehouse export features.
https://app.asana.com/0/15230011293693/1146676887787307
Tests performed
No tests
Types of changes
Checklist: