datalust / serilog-sinks-seq

A Serilog sink that writes events to the Seq structured log server
https://datalust.co/seq
Apache License 2.0
239 stars 50 forks source link

Relative path support for bufferBaseFilename property when set on config? #116

Closed jafin closed 5 years ago

jafin commented 5 years ago

May I check if the bufferBaseFilename supports relative paths? When configured in the app.config such as:

<add key="serilog:write-to:Seq.bufferBaseFilename" value="~/app_data/seq_buffer" />

Seq writes on this system to \windows\system32\inetsrv\~\app_data Ideally it would of written to the relative path of the web app.

jafin commented 5 years ago

Apologies, this is possibly more relevant to serilog-settings-appsettings