[ZBX-1933] Zabbix doesn't logging via syslog Created: 2010 Feb 04  Updated: 2017 May 30  Resolved: 2010 Feb 20

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Agent (G), Server (S)
Affects Version/s: 1.6.8
Fix Version/s: None

Type: Incident report Priority: Minor
Reporter: Oleg A. Mamontov Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
duplicates ZBX-3 Zabbix does not use syslog! Closed

 Description   

This patch fix bug:

— src/libs/zbxlog/log.c.orig 2010-02-04 14:14:54.000000000 +0300
+++ src/libs/zbxlog/log.c 2010-02-04 14:15:12.000000000 +0300
@@ -109,7 +109,7 @@
#else /* not _WINDOWS */

openlog("zabbix_suckerd", LOG_PID, LOG_USER);

  • setlogmask(LOG_UPTO(LOG_WARNING));
    +// setlogmask(LOG_UPTO(LOG_WARNING));

#endif /* _WINDOWS */
}



 Comments   
Comment by Alexei Vladishev [ 2010 Feb 20 ]

Wan't it fixed under ZBX-3?

Comment by richlv [ 2010 Feb 20 ]

closing duplicate

Generated at Fri Apr 26 01:56:57 EEST 2024 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.