We had a problem that an error message that appeared very often resulted in a huge logfile. The log file kept getting bigger and bigger and eventually the system crashed.
I suggest to make the log file a rolling log file.
@choko do you use a logging library? Is it possible to configure logging somewhere? I would be glad to implement it but can you give me some hints on how to do so?
We had a problem that an error message that appeared very often resulted in a huge logfile. The log file kept getting bigger and bigger and eventually the system crashed.
I suggest to make the log file a rolling log file.
@choko do you use a logging library? Is it possible to configure logging somewhere? I would be glad to implement it but can you give me some hints on how to do so?