- 21 Jun, 2015 5 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Benno Joy committed
-
- 20 Jun, 2015 3 commits
-
-
Fixed shebang in module example
Benno Joy committed -
James Cammarata committed
-
James Cammarata committed
-
- 19 Jun, 2015 4 commits
-
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
- 18 Jun, 2015 25 commits
-
-
Fixes #6653
James Cammarata committed -
Add tests for rax_scaling_group
Brian Coca committed -
James Cammarata committed
-
Matt Martz committed
-
James Cammarata committed
-
Fix docs typo
Brian Coca committed -
Fixes #5779
James Cammarata committed -
Change syslog (priority) level from LOG_NOTICE to LOG_INFO
Brian Coca committed -
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
If you look at the meaning of the different syslog levels, NOTICE means that the event may need someone to look at it. Whereas INFO is pure informational. Since module invocations are in fact requested (deliberate) actions, they shouldn't need any additional post-processing, and therefore should not be logged as NOTICE. This may seem like hairsplitting, but correctly categorizing system events helps weeding through the noise downhill. According to Wikipedia: https://en.wikipedia.org/wiki/Syslog 5 Notice notice Events that are unusual but not error conditions . 6 Informational info Normal operational messages -no action required. Example an application has started, paused or ended successfully.
Dag Wieers committed -
Rodolfo Carvalho committed
-
Brian Coca committed
-
Brian Coca committed
-
implemneted become handling here, cannot generalize well enough in base class
Brian Coca committed -
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
- 17 Jun, 2015 3 commits
-
-
Fixes #5375
James Cammarata committed -
Fixes #5764
James Cammarata committed -
* fixed a bug in which failures from a with_* loop were not being caught correctly, leading to tasks continuing when they should stop * when ignore_errors is enabled, the failure will no longer count towards the number of failed tasks
James Cammarata committed
-