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
This will make this a more consistent experience when configuring the SDK and the agent. SDK allows logging to CONSOLE or FILE, but the agent only prints to stdout.
Solution
Add the functionality to the agent logger, sharing as much code as possible with core.
The text was updated successfully, but these errors were encountered:
@littleaj and @grlima I would rather propose SLF4J as a permanent solution. @littleaj if you wish, I can experiment on SLF4J in parallel, as I am sure it would be a longer fix and we need this to have rather sooner. So I am fine, if we get the internal logger file implementation for now.
@grlima great! Let's do that. @littleaj as we discussed, my understanding is that you wanna take a stab at this. Correct? Please feel free to take over if you would like, or alternatively let me know. I will plan some evenings / weekends for it if needed.
dhaval24
changed the title
Update InternalAgentLogger with option to write to file
Migrate SDK Logging to SLF4J
Oct 2, 2018
This will make this a more consistent experience when configuring the SDK and the agent. SDK allows logging to
CONSOLE
orFILE
, but the agent only prints to stdout.Solution
Add the functionality to the agent logger, sharing as much code as possible with
core
.The text was updated successfully, but these errors were encountered: