Replies: 1 comment
-
|
By connect a client via ipc, it is automatically fetch logs from DltClient buffer from daemon. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All,
We tried to fetch DLT logs through custom dlt client (loop back interface based socket connection) with DLT daemon, but it provides one log at a time with call back which is causing performance issues with load on cpu.
So I m looking for a way to fetch "last X logs" from DLT daemon using its buffer if it provides?
Does DLT Daemon provides any logged buffers?
if it provides then how to access DLT daemon logged buffers or cache through dlt client or any other way which is possible.
Beta Was this translation helpful? Give feedback.
All reactions