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
Describe the bug 🪲
In rpc.dll 2.19.0, some log messages were displayed to stdout. In rpc.dll 2.23.0, this changed to stderr.
This makes seeing/capturing critical messages, especially when debugging an issue. almost impossible.
At a minimum, we request, you revert log message output to stdout but that still makes it difficult for calling applications to capture that output.
Our preference would be that you return ALL log messages to ref _output, so the calling application can include those messages in its log output.
To Reproduce 🪜
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots 🖼️
If applicable, add screenshots to help explain your problem.
AMT Device (please complete the following information): 🖥️
OS: [e.g. Linux Kernel & Version]
AMT Version: [e.g. 11.8.5, 12.0.45]
AMT Configuration Mode: [e.g. Admin Control Mode or Client Control Mode]
Network Configuration [e.g. Dynamic IP or Static IP]
Service Deployment (please complete the following information): ⛈️
Deployment Type: [e.g. Azure, Docker, K8s]
Node Version: [e.g. LTS 14]
Component & Version: [e.g. RPS 2.0.0]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Not entirely. The fix in device-management-toolkit/rpc-go#640 did result in the log messages showing up in stdout again but that's really only useful when testing the library in a console app. When calling it from another application, those log messages are lost. It would be preferable if they were returned via ref _output.
Describe the bug 🪲
In rpc.dll 2.19.0, some log messages were displayed to stdout. In rpc.dll 2.23.0, this changed to stderr.
This makes seeing/capturing critical messages, especially when debugging an issue. almost impossible.
At a minimum, we request, you revert log message output to stdout but that still makes it difficult for calling applications to capture that output.
Our preference would be that you return ALL log messages to ref _output, so the calling application can include those messages in its log output.
To Reproduce 🪜
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots 🖼️
If applicable, add screenshots to help explain your problem.
AMT Device (please complete the following information): 🖥️
Service Deployment (please complete the following information): ⛈️
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: