Ticket #67 (new defect)

Opened 3 years ago

Properly redirect error logs to valid destinations (--errorlog is an ugly feature)

Reported by: yvesjm Assigned to: yvesjm
Priority: major Milestone: 0.3.0
Component: server Version:
Keywords: Cc:

Description

Currently, after daemonization, python errors are being sent to /dev/null or, if -e is used, to a defined file. Either these messages should not occur, with errors being properly sent to syslog, or or they should be sent somewhere else by default.

I believe it's virtually impossible to treat all possible exceptions in all moments, unless we used a "try: except:" in all main, hehe. Should we then send them to /var/log/nwu/errors.log or something like that? That could be a packaging decision, though.

-->