http://jira.hyperic.com/browse/HHQ-4301
Steps to reproduce
Install HQ server (Note:server is not started)
Go to </install_dir>/server/logs
Actual Results:
Empty server.log is created
[hyperic@vmc-ssrc-rh76 logs]$ pwd
/home/hyperic/HQ/4.5.0-EE-M6/server-4.5.0.M6-EE/logs
[hyperic@vmc-ssrc-rh76 logs]$ ls -l
total 0
-rw-rw-r-- 1 hyperic hyperic 0 Sep 14 20:15 server.log
Start the server
Go to </install_dir>/server/logs
Actual Results:
[hyperic@vmc-ssrc-rh76 logs]$ ls -lrt
total 76K
-rw-rw-r-- 1 hyperic hyperic 0 Sep 14 20:15 server.log.2010-09-14
-rw-r--r-- 1 hyperic hyperic 384 Sep 15 13:49 wrapper.log
-rw-r--r-- 1 hyperic hyperic 4.4K Sep 15 13:49 bootstrap.log
-rw-r--r-- 1 hyperic hyperic 57K Sep 15 13:50 server.log
Note:Empty server log is rollback to yesterday's day
Anonymous