why write to /var/log and not use syslog

Bug #738787 reported by cJ
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
wicd
New
Undecided
Unassigned

Bug Description

wicd writes to log files in /var/log and performs log file rotation.
I think that this feature is unnecessary : it should delegate the work to the syslog.
It would reduce the code size, and allow further configuration of the logging.

Date prepending of log messages should be togglable, because some syslogs do it automatically.

import syslog
syslog.openlog("wicd")

syslog.syslog("wicd initializing...")

syslog.closelog()

Tags: logging
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.