Files
MaxScale/server/core
Johan Wikman bcb918e60b Log: Another step in the move from logfiles to priorities.
skygw_[enable|disable]_log has now been removed from the external
interface and priorities must instead be set using
mxs_log_set_priority_enabled(int priority, bool enabled). A bitmask
is already being updated, but internally and as used by the LOG_IF
macros, the actual enabling is still made using logfile ids.

The configuration entries have been replaced as follows:

	log_messages -> log_notice
	log_trace    -> log_info

The old ones can be used, but cause a warning to be logged.

Similarily the maxadmin commands have been updated.
"[enable|disable] log ..." works as expected, but there will be
a message about it being deprecated. Instead there is now a
[enable|disable] log-priority err|warning|notice|info|debug
command that should be used instead.
2015-11-14 22:28:17 +02:00
..
2014-08-18 09:39:29 +00:00
2015-11-11 11:31:07 +00:00
2015-11-14 21:51:27 +02:00
2015-11-04 14:26:53 +02:00
2015-11-12 18:31:53 +02:00
2015-10-17 20:02:59 +01:00
2015-08-10 17:33:40 +03:00
2015-07-14 17:13:09 +03:00
2015-11-04 14:26:53 +02:00
2015-11-14 22:28:17 +02:00
2015-11-13 11:53:12 +02:00