Closed jafin closed 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.
Apologies, this is possibly more relevant to serilog-settings-appsettings
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.