1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-25 17:57:42 +03:00

Add a comment showing where to set log level in tests.

This commit is contained in:
Jeremy Allison 2012-08-31 12:41:48 -07:00
parent 46455642a7
commit 64e57a1770

View File

@ -456,6 +456,9 @@ sub provision_raw_prepare($$$$$$$$$$)
$ctx->{password} = $password;
$ctx->{kdc_ipv4} = $kdc_ipv4;
#
# Set smbd log level here.
#
$ctx->{server_loglevel} =$ENV{SERVER_LOG_LEVEL} || 1;
$ctx->{username} = "Administrator";
$ctx->{domain} = $domain;