Renaming logfile to openerp-server.log for consistency.

bzr revid: p_christ@hol.gr-20090824190054-vt2w73bgpi4aknt1
This commit is contained in:
Daniel Baumann 2009-08-24 22:00:54 +03:00 committed by P. Christeas
parent 100da0cccd
commit 2c6f63a873
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ debug_mode = False
pidfile = /var/run/openerp.pid
# The file where the server log will be stored (default False).
logfile = /var/log/openerp.log
logfile = /var/log/openerp-server.log
# The unix account on behalf openerp is running.
process_user = openerp

View File

@ -5,7 +5,7 @@ set -e
. /usr/share/debconf/confmodule
CONFFILE="/etc/openerp-server.conf"
LOGFILE="/var/log/openerp.log"
LOGFILE="/var/log/openerp-server.log"
case "${1}" in
configure)