Add Jellyfin role

This commit is contained in:
2019-08-09 23:49:29 -04:00
parent a4d66d8733
commit fe3b41e057
4 changed files with 106 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{
"Serilog": {
"MinimumLevel": "Debug",
"WriteTo": [
{
"Name": "Console",
"Args": {
"outputTemplate": "[{Level:u3}] {Message:lj}{NewLine}{Exception}"
}
}
]
}
}