summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-07-08 15:05:24 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-07-09 17:36:08 +0200
commit9a990aa9f7e8c105e0cfeea8d8cbdc776c2d5d7a (patch)
tree05da2bdd23b7c8834338a7d72ce5b302c46bc386 /src/providers/ldap
parent842f83f8db513214241a0fea076ac160b180e1dd (diff)
downloadsssd-9a990aa9f7e8c105e0cfeea8d8cbdc776c2d5d7a.tar.gz
sssd-9a990aa9f7e8c105e0cfeea8d8cbdc776c2d5d7a.tar.xz
sssd-9a990aa9f7e8c105e0cfeea8d8cbdc776c2d5d7a.zip
SSSD: Send debug to stderr when running on foreground
https://fedorahosted.org/sssd/ticket/2348 When SSSD is running in interactive mode, we should print DEBUG messages directly to stderr, not journal. Reviewed-by: Michal Židek <mzidek@redhat.com>
Diffstat (limited to 'src/providers/ldap')
-rw-r--r--src/providers/ldap/ldap_child.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/providers/ldap/ldap_child.c b/src/providers/ldap/ldap_child.c
index ee7bbff89..e2fe3f232 100644
--- a/src/providers/ldap/ldap_child.c
+++ b/src/providers/ldap/ldap_child.c
@@ -439,6 +439,8 @@ int main(int argc, const char *argv[])
_("Show timestamps with microseconds"), NULL},
{"debug-fd", 0, POPT_ARG_INT, &debug_fd, 0,
_("An open file descriptor for the debug logs"), NULL},
+ {"debug-to-stderr", 0, POPT_ARG_NONE | POPT_ARGFLAG_DOC_HIDDEN, &debug_to_stderr, 0, \
+ _("Send the debug output to stderr directly."), NULL }, \
POPT_TABLEEND
};