Re: Modifying buffer size on runtime

2025-01-28 Thread Piotr P. Karwasz
Hi Joan, On 28.01.2025 19:12, joan.balagu...@ventusproxy.com wrote: 1. I programmatically change it to 16K while the app is running: INFO: 2025-01-28T17:56:17.015816443Z main TRACE Configured node RollingRandomAccessFile Key[type: int; name: bufferSize; qualifierType: PluginBuilderAttr

Modifying buffer size on runtime

2025-01-28 Thread joan.balaguero
Hi Piotr, One more thing I've seen. Finally, I'm modifying directly in the log4j2.xml file the buffer size of one of my loggers. I have enabled the debug, the log4j2 xml file has a monitor interval of 30 seconds. I start my application with a buffer of 8K. Then: 1. I programmatically change it