May I check if the this package (for use with bufferBaseFilename eg) 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.