akshayrai 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_r271830520
##########
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:
This is what is being logged today.
`Detection config DETECTION.DETECTION_107451840 is already scheduled`
After this change, you will see,
`Detection config DETECTION_107451840 is already scheduled`
----------------------------------------------------------------
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]