Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Debug Level?

Status
Not open for further replies.

sylter

Technical User
Joined
Nov 16, 2004
Messages
6
Location
ES
I'm trying to see a low level errors in my configuratión, but happend de next. if I put this line in my sendmail.mc:

define(`confLOG_LEVEL',`0')dnl

The sendmail start as fallow:

Nov 19 12:54:13 localhost sendmail[3524]: starting daemon (8.12.8): SMTP+queueing@01:00:00
Nov 19 12:54:13 localhost sm-msp-queue[3533]: starting daemon (8.12.8): queueing@01:00:00

and if I try with:

define(`confLOG_LEVEL',`9')dnl

Nov 19 12:55:22 localhost sendmail[3573]: alias database /etc/aliases rebuilt by root
Nov 19 12:55:22 localhost sendmail[3573]: /etc/aliases: 63 aliases, longest 10 bytes, 625 bytes total
Nov 19 12:55:22 localhost sendmail[3585]: starting daemon (8.12.8): SMTP+queueing@01:00:00
Nov 19 12:55:23 localhost sm-msp-queue[3594]: starting daemon (8.12.8): queueing@01:00:00


Why? Debug Level 0 it si higher, then the traces must be much more clear, ?????

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top