summaryrefslogtreecommitdiff
path: root/src/logging
Commit message (Expand)AuthorAgeFilesLines
* nmtst: add parameter to nmtst_init to setup nm-loggingThomas Haller2014-06-051-0/+4
* core/logging: initialize level_names array with explicit array initilizer (tr...Thomas Haller2014-06-041-5/+4
* core/logging: when comparing glib log levels, ignore non-level flagsThomas Haller2014-06-041-1/+1
* core/logging: remove thread-safe initialization guard for nm_logging_syslog_o...Thomas Haller2014-06-021-5/+3
* core/logging: trivial renaming internal LOGD_OLPC_MESH name to LOGD_OLPCThomas Haller2014-05-122-3/+3
* logging: use GLib's logging functions if not using syslogDan Winship2014-04-231-8/+14
* dispatcher: add better debuggingDan Winship2014-04-182-1/+3
* core: fix alignment of logging timestampThomas Haller2014-02-261-2/+2
* logging: fix "nmcli gen log level FOO"Dan Winship2014-01-221-73/+69
* core: fix leak in impl_manager_get_loggingDan Winship2013-12-202-3/+3
* logging: Use locale independent strcasecmpThomas Haller2013-12-201-7/+7
* logging: ignore unrecognized domains on startupDan Winship2013-12-202-5/+24
* logging: allow per-domain log level overridesDan Winship2013-12-202-76/+142
* logging: tweak logging-enabled functionsDan Winship2013-12-202-10/+3
* logging: add DCB log domainDan Williams2013-10-312-1/+4
* core: add LOGD_CONCHECK, log unexpected concheck responses at LOGL_INFODan Winship2013-08-282-1/+3
* core: make log domains 64-bitDan Winship2013-08-282-44/+44
* core: add support for team deviceJiri Pirko2013-08-152-1/+3
* logging: add log domain for D-Bus PropertiesChanged signal stuffDan Williams2013-08-062-2/+4
* core: minor code cleanup to use preprocessor constantsThomas Haller2013-08-061-4/+4
* main+logging: Allow early logging before config filesColin Walters2013-06-242-17/+51
* main: add --debug, fix logging under systemdDan Winship2013-05-212-5/+5
* core: use non-recursive buildDan Winship2013-05-081-14/+0
* config: fix documentation of --log-domainsDan Winship2013-04-032-0/+45
* logging: add BRIDGE log domainDan Williams2013-02-042-1/+3
* logging: add LOGD_PLATFORMPavel Šimerda2013-01-242-3/+10
* Remove SIGSEGV/SIGFPE etc. handlingColin Walters2013-01-222-88/+0
* logging: add 'DEFAULT' logging domainJiří Klimeš2013-01-091-8/+12
* logging: add "VLAN" log domainJiří Klimeš2012-11-072-1/+4
* logging: add "BOND" log domainJiří Klimeš2012-11-072-1/+3
* logging: add new combined log domainsJiří Klimeš2012-11-072-8/+31
* build: remove G_DISABLE_DEPRECATEDColin Walters2012-10-311-2/+1
* build: fix build after addition of new warningsDan Winship2012-08-011-2/+2
* adsl: initial PPPoE support for ADSL devicesPantelis Koukousoulas2012-05-182-1/+3
* Fix names of error enum valuesDan Winship2012-03-121-2/+2
* Use glib-mkenums to generate enum typesDan Winship2012-02-152-25/+5
* core: only include execinfo.h if crashtrace support is enabledPeter Korsgaard2012-01-051-1/+0
* firewall: add firewall log domain and use it in firewall codeDan Williams2011-12-062-1/+3
* wired: split NMDeviceWired out of NMDeviceEthernet and add NMDeviceInfinibandDan Winship2011-12-022-1/+3
* build: add --disable-crashtrace optionDavid Rothlisberger2011-10-051-1/+6
* ppp: enable pppd debug logging when PPP log domain is enabled for debugginDan Williams2011-05-192-0/+7
* logging: clean up logging macros and helperDan Williams2011-03-192-19/+23
* build: do the right thing with config.h (bgo #644664)Kjartan Maraas2011-03-141-1/+2
* Merge remote-tracking branch 'origin/rm-userset'Dan Williams2011-02-122-6/+6
|\
| * Merge remote branch 'origin/master' into rm-usersetDan Williams2011-01-122-1/+4
| |\
| * | logging: LOGD_USER_SET -> LOGD_AGENTSDan Williams2010-12-102-3/+3
| * | logging: LOGD_SYS_SET -> LOGD_SETTINGSDan Williams2010-12-102-3/+3
* | | logging: don't print extraneous newline in syslogOzan Çağlayan2011-02-091-4/+4
| |/ |/|
* | logging: add WiMAX log domainDan Williams2011-01-022-1/+4
|/
* logging: add accessor for log levelDan Williams2010-08-082-0/+7