You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our logging for appbase we see lines of the form 'parse error: Invalid numeric literal at line 1, column 7'
This is due to the thread name portion of the log file. We are now using boost threads instead of fc threads and some of the assumptions of the format of the thread are incorrect. This can lead to printing of non-ASCII characters. I suggest removing this part of the log message.
The text was updated successfully, but these errors were encountered:
In our logging for appbase we see lines of the form 'parse error: Invalid numeric literal at line 1, column 7'
This is due to the thread name portion of the log file. We are now using boost threads instead of fc threads and some of the assumptions of the format of the thread are incorrect. This can lead to printing of non-ASCII characters. I suggest removing this part of the log message.
The text was updated successfully, but these errors were encountered: