Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 8642
blobfacb0123e370dd02e920631f220953dc82265d9e
1 Title: Reworked logging configuration of the Check_MK Microcore
2 Level: 1
3 Edition: cee
4 Component: cmc
5 Compatible: incomp
6 Version: 1.4.0i3
7 Date: 1480593373
8 Class: feature
10 The logging configuration of the Check_MK Microcore has been reworked to be
11 configured in a single setting. The log levels have been unified for all these
12 log domains.
14 Thes configuration options have been deprecated:
16 <ul>
17 <li><tt>cmc_log_level</tt>: Logging</li>
18 <li><tt>cmc_livestatus_debug</tt>: Logging of Livestatus queries</li>
19 <li><tt>cmc_debug_alerts</tt>: Logging of the alert processing in the core</li>
20 </ul>
22 The attribute <tt>log_level</tt> has been removed from <tt>cmc_log_cmk_helpers</tt>
23 which is now only used to toggle the debug mode of the Check_MK helpers.
25 The new option is <tt>cmc_log_levels</tt> (Logging of the core).
27 The incompatibility is that, if you have configured custom log leves with the
28 options mentioned above before, they are not effective anymore. You will have
29 to set the log levels again using the new option.
31 In most cases it should be no problem that the log levels are reset, because
32 they are mostly only used for a short time during debugging actions.