Hi!
I want to configure things like max file size and add compression via the
Broker J JSON config. Looking at the source, I tried to guess what the
attribute names would be. Is this right?
 
 "brokerloggers" : [ {
    "name" : "logfile",
    "type" : "File",
    "maxFileSize" : 50,
    "maxHistory" : 10,
    "compressOldFiles" : true,
    "fileName" : "/var/log/aws/collector/qpid.log",

What units are used for max file size?

Thank you,
Brian Vollmer



--
Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to