fjpanag opened a new pull request, #6362: URL: https://github.com/apache/incubator-nuttx/pull/6362
## Summary The option `CONFIG_SYSLOG_FILE_SEPARATE` allows for a separator (a few blank lines) to be print between two successive log sessions. Due to `O_APPEND` flag missing, the separator was not correctly printed to the file, so this functionality was broken. ## Impact Log separation in file logs now works correctly. ## Testing Tested in a custom STM32F4 target, logging in an SD card. The logs are now properly separated. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org