Nope, debug and information are not related; at least not how I understand it.
You can for example have verbose set to 0 and debug set to 5 (assuming you have debug output turned on in logger.conf), and you will see lots of debugging messages, but nothing else. There are numerous areas in the code where a message may or may not be generated. Each message is coded as to the minimum verbosity level it will output at. So for a message that is looking for verbosity of 3, you would not see it if your verbosity was 0,1 or 2, but would at 3 and above. Or something like that. I have a sense that when it comes down to it, there is really very little useful difference between levels 1-4, but it might be interesting to test out different levels on a busy system and see whether there is a notable difference in output. Jim > -----Original Message----- > From: Matthew Mackes [mailto:[EMAIL PROTECTED] > Sent: November 13, 2007 11:54 PM > To: Jim Van Meggelen > Cc: [email protected] > Subject: Re: [on-asterisk] Verbose Levels? > > Thank you. > > So is 1 Information, and 5 Debug? > > > Jim Van Meggelen wrote: > > Leif went through the code when we did ATFoT, and I > don't think he was able > to find anything that went above verbose 4. > > I myself use 0 and 5. I must admit I don't know what > the subtleties of 1-4 > are (if any). > > Jim > > -- > Jim Van Meggelen > [EMAIL PROTECTED] > http://www.oreillynet.com/pub/au/2177 > > "A child is the ultimate startup, and I have three. > This makes me rich." > Guy Kawasaki > -- > > > > > -----Original Message----- > From: Matthew Mackes > [mailto:[EMAIL PROTECTED] > Sent: November 13, 2007 10:42 AM > To: [email protected] > Subject: [on-asterisk] Verbose Levels? > > > Hey Everyone, > > Does anyone have a list of the Verbose levels in the CLI > > I know that 1 is only errors and 10 is > everything... and > everything over 10 is everything. > > Thanks, > > Matt > > > ================================================= > SMTP Relay managed by: > Delta Sonic Car Wash Systems, Buffalo New York > > SPAM? > If so, please contact: > [EMAIL PROTECTED] > > ================================================= > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > -- > Matthew Mackes > Network Administrator > [EMAIL PROTECTED] > Delta Sonic Car Wash Systems, Corporate Headquarters Buffalo, New York > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
