...
Die Datei kann nicht im laufenden Betrieb bearbeitet werden. Jegliche Änderung an der Datei benötigt ein Wartungsfenster von ADVOKAT.
Beispiel für ADVOKAT Server
Codeblock | ||||
---|---|---|---|---|
| ||||
{ "ServerConnection": { "Address": "https://SERVER.advokat.local:443", "AllowInvalidCertificates": true }, "Serilog": { "MinimumLevel": { "Default": "Information" }, "WriteTo": [ { "Name": "File", "Args": { "path": "%ALLUSERSPROFILE%\\Advokat\\Log\\Advokat.Client.%USERNAME%.log", "buffered": false, "fileSizeLimitBytes": "1048576", "rollOnfileSizeLimit": "true", "retainedFileCountLimit": "10", "outputTemplate": "{Timestamp:o} [{Level:u3}] ({Application}, {ThreadId,3}, {SourceContext}) {Message:lj}{NewLine}{Exception}" } }, { "Name": "Information" } ], "Enrich": [ "FromLogContext", "WithThreadId" ], "Properties": { "Application": "ADVOKAT.Client" } } } |