Parameters for "logAppenders"
I want to remove/minimize the output in the logfiles in the log-directory.
There are files named "events.txt" and "evostream.8436.1360019929948" where the latter is growing per second. How can I cut down this behaviour.
I tried with this entries:
logAppenders=
{
{
name="console appender",
type="coloredConsole",
level=6
},
{
name="file appender",
type="file",
— level=6, original
level=0,
fileName="../logs/evostream",
newLineCharacters="n",
fileHistorySize=10,
fileLength=1024*1024,
singleLine=true
},
},
Changing the parameter "level=" to another value does not change anything.