MaShizhen commented on issue #3524: URL: https://github.com/apache/skywalking/issues/3524#issuecomment-1671148637
My understanding is that distributed tracing is automatically managed by the SkyWalking SDK, which relieves users of any additional handling. Currently, the log panel already supports content-based searching, which is quite satisfactory for our needs. For frontend logs, we also require the ability to search by content. For instance, if a user reports encountering a white screen while using the app, we need the capability to search for logs related to that specific user in the log panel to facilitate issue localization. However, due to the limitations of the current version of the frontend log panel's search functionality, our plan is to leverage the /v3/logs API to report frontend error logs. By doing so, these logs will be displayed in the backend log panel, effectively meeting our troubleshooting requirements. This approach ensures that we can effectively diagnose and address issues. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
