ondrejklejch / MT-ComparEval

Tool for comparison and evaluation of machine translation.
Apache License 2.0
56 stars 14 forks source link

Rolling log file #38

Open jnehring opened 9 years ago

jnehring commented 9 years ago

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?