Closed mio-moto closed 5 months ago
Thanks for the note, I agree that this is confusing, we'll take a look 👍
Hi @DarkMio; just reviewing this one, I can't work out how the sink might be creating those internal-*.log
files. I initially thought they must be failed request logs, but all file creation in the sink uses either .clef
, .json
, or .bookmark
extensions.
Is it possible the internal log is being generated via Serilog's SelfLog
, somehow? Or if not, can you please send a snippet of content from one of the stray files so we can pinpoint it further? Thanks!
Just coming back through some triage. It's been a while since we've had any activity on this issue and couldn't reproduce ourselves so I'll go ahead and close this one.
Please feel free to re-open or log any new issues if you're still hitting unexpected behavior.
Issue
When developing a serilog configuration including seq, I have encountered that the internal log location gets placed in the wrong folder.
The location of
%TMP%
is selected fine for the Buffer File, however, the internal log is placed next to the working directory:Reproduciton
My relevant config
I'm not sure if the filter expression is even relevant, but that's the configuration.
I have another problem with the configuration, as sub-directories do not generated in
%TMP%/Logs/something/something/hub-app
, but I'm not yet sure if that is a plain user-error.Additional Environment Infos