I am using a configuration file to read the sink log settings.
My requirement is to add a configuration setting to append contents to existing log file when the process gets restarted as mentioned here using "open_mode = std::ios_base::app"
However, i do not see this particular setting in Table 1.13. "TextFile" sink settings
How do i configure the log file open mode settings via the configuration file