Size of console.log
-
@toggledbits My console.log for MSR is about 19 GB, is this expected or is my setup running mad? Is it suppose to rotate or can I configure it to? since it contains lines from first install. Ubuntu bare metal installation.
-
If you're using the
app.sh
script to run Reactor, you have to manage that log yourself, because the script creates it, not Reactor.You should be running Reactor using
systemd
. There's an example service file in thetools
subdirectory (reactor.service-example
). -
If you're using the
app.sh
script to run Reactor, you have to manage that log yourself, because the script creates it, not Reactor.You should be running Reactor using
systemd
. There's an example service file in thetools
subdirectory (reactor.service-example
).@toggledbits Ok, thank you. Time to change to systemd then!
-
T toggledbits locked this topic on