History log of /sssd-io/src/util/debug.h
Revision Date Author Comments Expand
18a47bcc463c866de6b6b0327e6d85ceb1e0f7d6 03-Nov-2017 Lukas Slebodnik <lslebodn@redhat.com>

UTIL: Hide and deprecate parameter --debug-to-files Reviewed-by: Justin Stephenson <jstephen@redhat.com> Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>

09e3f0af96cecb94be69084c025f0355b3111993 03-Nov-2017 Lukas Slebodnik <lslebodn@redhat.com>

UTIL: Add wrapper function to configure logger Let's use one enum for logger type instead of many integers (debug_to_file, debug_to_stderr plus some weird combination for journald). Old variable were also transformed to enum for backward compatibility Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>

7c30eade4ae794ed809845f2ef70dda849b6e7c9 23-Mar-2016 Lukas Slebodnik <lslebodn@redhat.com>

UTIL: Allow to append new line in sss_vdebug_fn libldb is not consistent with appending line feed in debug messages. AS a result of this two messages can be on the same line in sssd log files. Which makes analyzing log files more difficult. Reviewed-by: Pavel Březina <pbrezina@redhat.com>

558ec7d717735bb16c210c675c2cc5bee1da4576 23-Mar-2016 Lukas Slebodnik <lslebodn@redhat.com>

UTIL: Move debug part from util.h -> new debug.h Reviewed-by: Pavel Březina <pbrezina@redhat.com> Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>