Skip to content

Commit

Permalink
Change error notification level from success to error
Browse files Browse the repository at this point in the history
  • Loading branch information
ZitaNemeckova committed Sep 20, 2017
1 parent 68fc994 commit 36583a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/fixtures/notification_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
- :name: tower_op_failure
:message: 'The operation %{op_name} %{op_arg} on %{tower} has failed to complete. Please check the logs for further details.'
:expires_in: 24.hours
:level: :success
:level: :error
:audience: global
- :name: vm_snapshot_failure
:message: 'Failed to %{snapshot_op} snapshot of %{subject}: %{error}'
Expand Down

0 comments on commit 36583a3

Please sign in to comment.