Hi, are you still working on this project?
I have a question, if many client call 'select log_error' at the same time, will the msg wrote to error file be mixed with each other? Because many threads write a single file at the same time.
If so, How to solve this problem? Do we need a lock to protect data before we write msg out?