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.
This will make this a more consistent experience when configuring the SDK and the agent. SDK allows logging to
CONSOLEorFILE, but the agent only prints to stdout.Solution
Add the functionality to the agent logger, sharing as much code as possible with
core.