Quote:
Originally Posted by Stephen
wouldn't SQL logs solve this?
|
Yes, but they come with additional problems. Logging is not a major problem on Era so I am not really that interested in redoing the entire system, even though it would benefit.
Quote:
Originally Posted by Emera
PHP Code:
if (temp.linecount >= MAXLINES) {
temp.logsave++;
}
savelog2("whatever_"@temp.logsave@".txt", temp.logsave);
Wouldn't that be a solution?
|
Yes, but I'd like it to gzip and eventually delete old logs as well so that staff don't have to do this.