xiaohui-sun commented on a change in pull request #4059: [TE] Improve logging
messages; put default ref links only when empty
URL: https://github.com/apache/incubator-pinot/pull/4059#discussion_r271828358
##########
File path:
thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/detection/DetectionPipelineScheduler.java
##########
@@ -82,7 +82,7 @@ public void run() {
try {
if (scheduler.checkExists(key)) {
- LOG.info("Detection config " + key + " is already scheduled.");
+ LOG.info("Detection config " + key.getName() + " is already
scheduled");
Review comment:
Can you keep both? Having key is easier to debug. E.g, you can quickly look
up key in database.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]