Closed dwisiswant0 closed 1 year ago
All modified lines are covered by tests :white_check_mark:
Comparison is base (
209249e
) 75.67% compared to head (7c36ae9
) 75.80%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
IMPORTANT: Please do not create a PR without creating an issue first!
(Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of the pull request).
Summary
This pull request adds the
LogWriter
field and makes corresponding code changes in theteler
package to ensure that log messages are written to theLogWriter
in addition to other destinations if it is provided. It clarifies the behavior of theLogWriter
field in the documentation and ensures that log messages are correctly routed to the customLogWriter
when it is non-nil.Proposed of changes
This PR fixes/implements the following bugs/features:
91
How has this been tested?
Proof:
Closing issues
Fixes #
Checklist:
make lint
).