NetworkManager/callouts
Thomas Haller ff527652c7 callouts: downgrade logging severity of messages to g_info() and g_debug()
In dispatcher, we install a log-handler which maps G_LOG_LEVEL_MESSAGE
to syslog priority LOG_NOTICE, which in turn causes journal to highlight
the message. We don't want that so instead use g_info() and g_debug()
which maps to lower syslog levels.

There is only one problem, in debug-mode, we don't use syslog but the
default logging handler from glib. In this case, we have to set
G_MESSAGES_DEBUG otherwise g_info()/g_debug() is suppressed.
2016-02-24 20:04:29 +01:00
..
tests all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
Makefile.am build: rename directory "include" to "shared" 2015-12-24 11:42:37 +01:00
nm-dispatcher-api.h nm-dispatcher: allow scripts to be marked as no-wait 2015-08-25 15:27:18 +02:00
nm-dispatcher-utils.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nm-dispatcher-utils.h dispatcher: return error reason from nm_dispatcher_utils_construct_envp() 2015-08-25 15:27:19 +02:00
nm-dispatcher.c callouts: downgrade logging severity of messages to g_info() and g_debug() 2016-02-24 20:04:29 +01:00
nm-dispatcher.conf dbus: final dbus policy fixes (bgo #563730) 2009-02-17 10:43:53 -05:00
nm-dispatcher.xml dispatcher: port to GDBus 2014-09-18 11:26:59 -04:00
org.freedesktop.nm_dispatcher.service.in dispatcher: rename executable to 'nm-dispatcher' 2014-06-06 13:43:45 -05:00