Umbraco logger should be wrapper #14831
bielu
started this conversation in
Features and ideas
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Similarly to https://github.com/serilog/serilog-expressions umbraco logger should be wrapper around loggers, so we can actually write to different sink and stop using file based sink. :)
Edit:
got feedback that is not clear, so let me describe it little more.
Currently umbraco has hardcoded implementation in Umbraco serilog sink which use File based logging, my proposition is allowing move it to any type of sink which user want to use instead of using hardcoded file one.
Beta Was this translation helpful? Give feedback.
All reactions