mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Logging with Serilog File Sink does not work #442
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @srameh on GitHub (Jan 17, 2020).
I am using Serilog for logging to a file. It works when I run the site on the web. But when I run it as Electron NET app it does not write any log. When I change the Sink from File to Console it spits the logs on the console screen.
Is anyone aware of this issue?