Tareas #69
Log file should be in $HOME/.yass/
| Status: | Resuelta | Start: | 07/15/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | YASS - core | |||
| Target version: | 0.5.1 |
Description
The current log location is "/tmp/yass.log". Sure I don't need to explain the chaos it would create in a multiuser host :)
I strongly suggest to store the log as:
$HOME/.yass/yass.log
And it should be rotated or truncated by YASS itself (during startup check if it excedes some size and truncate it if so).
History
Updated by Saúl Ibarra Corretgé over 2 years ago
- Status changed from Nueva to Resuelta
Fixed. I don't know how I could forget this... BTW, log file handling is carried out by pjsip itself, nothing to worry about ;)