With the default LogFile name, it seems that two sessions would rarely (or never) try to write to the same log at the same time.
However, the log file might be changed to /var/log/user-session.log to simplify file location. In that case, every session would try to write the same file. Will this case cause a problem either because only session can write to the file at a time, or with data loss with two sessions trying to write to the same log at the same time?
With the default LogFile name, it seems that two sessions would rarely (or never) try to write to the same log at the same time.
However, the log file might be changed to
/var/log/user-session.logto simplify file location. In that case, every session would try to write the same file. Will this case cause a problem either because only session can write to the file at a time, or with data loss with two sessions trying to write to the same log at the same time?