i want to increase the max output filesize for Java logging files from 10MB to a higher value. I used the slf4j logging technique
i tried
deployment.max.file.size=30
in deployment.properties, without any effects. How it is possible without edit the sourcecode?
Thanks