| Index: dashboard/dashboard/find_anomalies.py
|
| diff --git a/dashboard/dashboard/find_anomalies.py b/dashboard/dashboard/find_anomalies.py
|
| index 9fabea1d477ded0adf452e37674f7ca2a52d2541..cf7cf40652692f6eec9840447cfe11c05734574c 100644
|
| --- a/dashboard/dashboard/find_anomalies.py
|
| +++ b/dashboard/dashboard/find_anomalies.py
|
| @@ -86,7 +86,9 @@ def _ProcessTest(test_key):
|
| if not anomalies:
|
| return
|
|
|
| - logging.info('Found at least one anomaly in: %s', test.test_path)
|
| + logging.info('Created %d anomalies', len(anomalies))
|
| + logging.info(' Test: %s', test_key.id())
|
| + logging.info(' Sheriff: %s', test.sheriff.id())
|
|
|
| # Update the last_alerted_revision property of the test.
|
| test.last_alerted_revision = anomalies[-1].end_revision
|
|
|