what happened to log level?

Bradley W. Langhorst brad at langhorst.com
Wed Jul 31 17:48:01 GMT 2002


NULL?
how do i set the logging level?

brad

	{"Logging Options", P_SEP, P_SEPARATOR},

	{"admin log", P_BOOL, P_GLOBAL, &Globals.bAdminLog, NULL, NULL, 0},
	{"log level", P_STRING, P_GLOBAL, NULL, handle_debug_list, NULL, 0},
	{"debuglevel", P_STRING, P_GLOBAL, NULL, handle_debug_list, NULL, 0},
	{"syslog", P_INTEGER, P_GLOBAL, &Globals.syslog, NULL, NULL, 0},
	{"syslog only", P_BOOL, P_GLOBAL, &Globals.bSyslogOnly, NULL, NULL, 0},
	{"log file", P_STRING, P_GLOBAL, &Globals.szLogFile, NULL, NULL, 0},





More information about the samba-technical mailing list