diff options
author | Pavel Březina <pbrezina@redhat.com> | 2011-08-29 10:32:03 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-09-08 15:29:42 -0400 |
commit | 1a7529bf5f867b43e0475f7f9ac0cd8671fb16f1 (patch) | |
tree | eca7704990f1d8e028bf6b3cba1cd9211d26b614 /src/providers/ldap | |
parent | 8414023e4ba838edb9712fa7e3f923f9b035665e (diff) | |
download | sssd-1a7529bf5f867b43e0475f7f9ac0cd8671fb16f1.tar.gz sssd-1a7529bf5f867b43e0475f7f9ac0cd8671fb16f1.tar.bz2 sssd-1a7529bf5f867b43e0475f7f9ac0cd8671fb16f1.zip |
DEBUG timestamps offer higher precision
https://fedorahosted.org/sssd/ticket/956
Added: --debug-microseconds=0/1
Added: debug_microseconds to sssd.conf
Diffstat (limited to 'src/providers/ldap')
-rw-r--r-- | src/providers/ldap/ldap_child.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/providers/ldap/ldap_child.c b/src/providers/ldap/ldap_child.c index 368c2012..b0051fa9 100644 --- a/src/providers/ldap/ldap_child.c +++ b/src/providers/ldap/ldap_child.c @@ -360,6 +360,8 @@ int main(int argc, const char *argv[]) _("Debug level"), NULL}, {"debug-timestamps", 0, POPT_ARG_INT, &debug_timestamps, 0, _("Add debug timestamps"), NULL}, + {"debug-microseconds", 0, POPT_ARG_INT, &debug_microseconds, 0, + _("Show timestamps with microseconds"), NULL}, {"debug-fd", 0, POPT_ARG_INT, &debug_fd, 0, _("An open file descriptor for the debug logs"), NULL}, POPT_TABLEEND |