Nicholas Blumhardt
Nicholas Blumhardt
Hi Juliano, Thanks for investigating! Yes, this documentation would be useful/welcome, thanks 👍
Closing this one as stale; doc contributions still welcome if anyone's interested in picking it up.
Hi @hamjo, thanks for dropping by! Just to clarify, do you mean Serilog.Expressions.dll specifically, using code signing, or do you mean the Serilog.Expressions NuGet package? Also, is there anything specific...
Hi! It's been a little while since I used this syntax, but this should be what you need: ```xml ```
Sorry, that's me misremembering the features of _Serilog.Settings.AppSettings_. I think this is a limitation of the syntax. It's possible to use prefixes to work around it, i.e.: ```xml ``` but...
I don't suppose there's any chance your test harness is missing a `Log.CloseAndFlush()` call? That often presents as missing events from one or more loggers. (If you're not using the...
Sorry, my mistake again - just checked the role of `settingPrefix` - it's prepended in addition to `serilog:`, so the keys should be: ```xml ```
Great :+1: - it's mentioned in the intellisense docs for the parameter, I found it in: https://github.com/serilog/serilog-settings-appsettings/blob/dev/src/Serilog.Settings.AppSettings/AppSettingsLoggerConfigurationExtensions.cs#L62 Cheers, Nick
Hi @julealgon, sorry about the slow reply, no, JSON/XML configuration support isn't really an option given the current design of the API of this sink. We might come up with...
Hi! How are you determining that the flush is immediate? The `flushToDiskInterval` setting only specifies when an fsync is forced; .NET and Windows/Linux may decide to flush out writes faster...