Size of wildfire.log

Hi,

my wildfire.log is over 30MB big…where can I limit the size of the Logfile? Can I delete this file without trouble?

Greetings,

Steffen

Hi,

if you are using linux you could try “echo > wildfire.log” to empty it while Wifi is running if you need to keep it running.

On Windows (also Linux) you may want to stop Wifi, delete it and start Wifi again.

LG

Hi!

but how can I limit the size?

Greetings

Hi,

is this the database file? This one you must never delete.

embedded-db\wildfire.log will be parsed while shutting down Wifi into embedded-db\wildfire.script.

LG

Hi,

if it is the embedded-db/wildfire.log file you may edit embedded-db/wildfire.properties file while Wifi is not running and set hsqldb.log_size to 10.

Then this file will be parsed into the embedded-db/wildfire.script file while Wifi is running as soon as it reaches 10 MB. It’'s current value may be 200 (MB) and thus very large.

Maybe this should also be changed by the developers so that a default installation sets this value to 10 MB.

LG