diff --git a/thresh/src/main/java/monasca/thresh/infrastructure/thresholding/AlarmThresholdingBolt.java b/thresh/src/main/java/monasca/thresh/infrastructure/thresholding/AlarmThresholdingBolt.java index 47c79a7..56a2fc2 100644 --- a/thresh/src/main/java/monasca/thresh/infrastructure/thresholding/AlarmThresholdingBolt.java +++ b/thresh/src/main/java/monasca/thresh/infrastructure/thresholding/AlarmThresholdingBolt.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2014-2016 Hewlett Packard Enterprise Development LP + * (C) Copyright 2014-2016,2018 Hewlett Packard Enterprise Development LP * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -241,7 +241,7 @@ public class AlarmThresholdingBolt extends BaseRichBolt { try { alarmEventForwarder.send(Serialization.toJson(event)); } catch (Exception ignore) { - logger.debug("Failure sending alarm", ignore); + logger.error("Failure sending alarm", ignore); } }