Brijraj logs cleaning for space: Difference between revisions
Appearance
Created page with "'''Below are the steps for cleaning logs in Brijraj-CMS''' Go to below location: '''cd /var/www/html/brijraj/var/log/''' Check the space consumed by logs file: '''du -sh *''..." |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
[[Category:Brijraj]] | |||
'''Below are the steps for cleaning logs in Brijraj-CMS''' | '''Below are the steps for cleaning logs in Brijraj-CMS''' | ||
Go to below location: | Go to below location: | ||
'''cd /var/www/html/brijraj/var/log/''' | '''cd /var/www/html/brijraj/var/log/''' | ||
Check the space consumed by logs file: | Check the space consumed by logs file: | ||
'''du -sh *''' | '''du -sh *''' | ||
Truncate the logs by below command: | |||
> exception.log | |||
> system.log | '''> exception.log''' | ||
'''> system.log''' | |||
Latest revision as of 11:52, 14 December 2015
Below are the steps for cleaning logs in Brijraj-CMS
Go to below location:
cd /var/www/html/brijraj/var/log/
Check the space consumed by logs file:
du -sh *
Truncate the logs by below command:
> exception.log
> system.log