mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Replace Emby Logging Mechanism with Log4Net #34
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dcrdev on GitHub (Dec 12, 2018).
Originally assigned to: @dcrdev on GitHub.
I've thought for a while know that the logging mechanism has been somewhat lacklustre - it's impossible to read, has no rotation options and is not rendered in any significant way within the interface.
Therefore I propose we replace logging with Apache Log4Net which is probably the most widely used logging framework within the .NET community.
Specifically this would allow for 3 things:
@ryanjerskine commented on GitHub (Dec 13, 2018):
Serilog is another option. Seems pretty popular with newer Core projects. Not sure on a feature comparison though.
@Bond-009 commented on GitHub (Dec 13, 2018):
I have used Serilog in the past, and really like it. It's super easy to set up and customize.
@JustAMan commented on GitHub (Jan 9, 2019):
Fixed by #285