roytmana commented on issue #3593:
URL: 
https://github.com/apache/logging-log4j2/issues/3593#issuecomment-2802315837

   Hello @vy Sorry for the delay I had that hack working before I submitted the 
ticket but to be absolutely syre I do not mislead you I wanted to get Ops 
deploy my test to Azure to in exactly the way our prod apps are
   
   I just got a confirmation from them that it did solve the issue. 
   
   So if it is feasible to add something like `fileSystemSyncFrequencySec=60` 
to file based appenders (or at least the RollingFileAppender) to indicate that 
if present FileOutputStream.getFD().sync() should be called it would be great
   
   We have a support ticket opened with microsoft on the issue but it does not 
seem to be getting anywhere. I can see if I can get the link to post here but 
not sure if it is publicly available
   
   Thanks again for your prompt response! 
   It would be hard to add this synch from outside of the log4j project source 
code - all appenders are final and builders are statically associated with them 
- lots of copying of your code just to get past protected members and final 
classes :-)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to