Disable log rotation for now

This commit is contained in:
Michael Brown 2013-06-18 03:05:12 -04:00
parent b0d676f2f2
commit d80b33c290
1 changed files with 3 additions and 1 deletions

View File

@ -306,7 +306,9 @@ Add the following lines:
Note: in case of RVM system-wide installation RVM will be located in `/usr/local/rvm` directory instead of `/home/discourse/.rvm`, so update the line above respectively.
## Log rotation setup
0 0 * * * /usr/sbin/logrotate ~/discourse/config/logrotate.conf
# Disabled for now - log rotation isn't *quite* complete
#0 0 * * * /usr/sbin/logrotate ~/discourse/config/logrotate.conf
Congratulations! You've got Discourse installed and running!