MHMDhub / enterprise-log-search-and-archive

Automatically exported from code.google.com/p/enterprise-log-search-and-archive
0 stars 0 forks source link

Is /data/elsa/log safe to remove? #74

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
My "/data/" dir resides on my rootfs, and I've noticed that after about a month 
of logging information that /data/elsa/log is about 6.8 GB. I've run out of 
space on my root partition, and I'd like to know if it's safe to delete the 
files under that directory (provided I don't want to look at the logs).

Original issue reported on code.google.com by i...@pingas.org on 13 Sep 2012 at 1:02

GoogleCodeExporter commented 8 years ago
Yes, you can remove those files, though it's probably safest to do this:
echo "" > /data/elsa/log/node.log
which should fix your disk space problem.

Original comment by mchol...@gmail.com on 13 Sep 2012 at 2:18

GoogleCodeExporter commented 8 years ago
Awesome, thank you!

Original comment by i...@pingas.org on 13 Sep 2012 at 2:23