Corporate Home Open Source Home
Syndicate content
Eucalyptus
3 replies [Last post]
erlguta
Offline
Joined: 07/14/2010

Hi.
I notice that i have 500 Mb of logs in /var/log/eucalyptus and growing.
Is this normal?
That they have logrotate?

----
Eucalyptus 1.6.2
Ubuntu 10.04 LTS x86_64
Package installation form distro repos

graziano
Offline
Joined: 01/14/2010
Hello, they should rotate:

Hello,

they should rotate: can you check that they are indeed rotating? They can become big indeed/

cheers
graziano

erlguta
Offline
Joined: 07/14/2010
mmm, they are stable with

mmm, they are stable with 500mb in /var/log/eucalyptus. It seems that it does not grow any more.
I had never seen one service (apache, asterisk, mysql, etc) with this size of logs... and doing nothing (because it just installed).

graziano
Offline
Joined: 01/14/2010
Hello, I think it's stable

Hello,

I think it's stable because is rotating then. You could change the verbosity of the log using the variable
LOGLEVEL=LEVEL
which the NC and the CC will obey. To change the verbosity of the CLC, SC and walrus you need instead to add the option
--log-level=LEVEL
to the variable OPTS on the function do_start in /etc/init.d/eucalyptus-cloud. LEVEL can be DEBUG, INFO, WARN, ERROR, and FATAL.

We did make it a bit easier in the next release.

cheers
graziano