If I want to single source controlled log file (& many devs will write to this log) how should it be structured to avoid merge conflicts? Append-to-end doesn't work & new-file-per-dev is too much clutter. Current untested idea - writing to .ini file with [user] sections
Post
November 10, 2019