Opened 14 years ago
Closed 14 years ago
#108 closed enhancement (fixed)
All logs should go via syslog
| Reported by: | rick | Owned by: | nobody |
|---|---|---|---|
| Priority: | major | Milestone: | WL-9.0-RELEASE |
| Keywords: | Cc: | ||
| Resource needed to fix: |
Description
Processes writing their own logfiles like wl-web wl-portal thttpd snmpd could have unexpected behaviour when log files get rotated. Like not all signals got handled properly.
The risk is that not all logs will be captured if syslog is not running. But on the plus size we gain a whole bunch more flexibility and debugging if we do enable it. Secondly if avoids log partitions to fill up and cause issues.
Change History (2)
comment:1 by , 14 years ago
| Type: | defect → enhancement |
|---|
comment:2 by , 14 years ago
| Milestone: | → WL-9.0-RELEASE |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Re-did all configs to go via syslog instead.