From 57e2c0dfa6a66b5ad27748f3d7e675a74675e14f Mon Sep 17 00:00:00 2001 From: Christof Schmitt Date: Wed, 8 Jul 2015 15:16:33 -0700 Subject: [PATCH] smbcontrol: Set internal log level to 0 Signed-off-by: Christof Schmitt Reviewed-by: Jeremy Allison --- source3/utils/smbcontrol.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/utils/smbcontrol.c b/source3/utils/smbcontrol.c index 8ea4309f975..d1eb7ddf509 100644 --- a/source3/utils/smbcontrol.c +++ b/source3/utils/smbcontrol.c @@ -1553,6 +1553,7 @@ int main(int argc, const char **argv) smb_init_locale(); setup_logging(argv[0], DEBUG_STDOUT); + lp_set_cmdline("log level", "0"); /* Parse command line arguments using popt */ -- 2.11.4.GIT