I am scraping the log file and pushing those logs to an external service; I would like to clear/delete the .log file after a successful upload. Is it safe to remove the file, or is there a proper way to clear the saved logs to avoid race conditions or interruptions to reads/writes within the Nakama framework?
Thanks for any insight.
- Versions: Nakama 3.17, Docker
- Server Framework Runtime language Go