In order for multiple processes to share a log file os file locking has to be 
used, which impacts performance considerably. Furthermore, only a regular 
FileAppender can be used. You really can’t share a rolling file safely as both 
processes may try to roll the file at the same time. Furthermore, if one of the 
processes fails to specify file locking should be used then the file will 
likely get corrupted on some systems.

Ralph

> On Jun 24, 2016, at 11:28 PM, Jochen Wiedmann <[email protected]> 
> wrote:
> 
> Hi,
> 
> is it possible. that multiple proceses share a common log file. (The
> processes aree command line executables, ,which will be started at
> unpredictable times.
> 
> Thanks,
> 
> Jochen
> 
> 
> -- 
> The next time you hear: "Don't reinvent the wheel!"
> 
> http://www.keystonedevelopment.co.uk/wp-content/uploads/2014/10/evolution-of-the-wheel-300x85.jpg
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
> 



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

Reply via email to