You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
will limit the events going to Seq; to use the full dynamic level control feature you'll currently need to configure the sink in code (see: serilog/serilog#1020 for progress on LevelSwitch support in config).
BTW, the first link is a bit outdated, there's no Serilog.Extras.* packages any more - the README in this repo should have the most relevant info.
On Sun, Sep 17, 2017 at 5:10 PM, Nicholas Blumhardt < ***@***.***> wrote:
Hi Stephen,
Adding:
<add key="serilog:write-to:Seq.restrictedToMinimumLevel" value="Debug" />
will limit the events going to Seq; to use the full dynamic level control
feature you'll currently need to configure the sink in code (see:
serilog/serilog#1020 <serilog/serilog#1020> for
progress on LevelSwitch support in config).
BTW, the first link is a bit outdated, there's no *Serilog.Extras.**
packages any more - the README in this repo should have the most relevant
info.
HTH,
Nick
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#86 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAVpqMgUucA4sHZ7TIR-vo-ZV2YJKUTdks5sjbUNgaJpZM4PaNF_>
.
Hey Nic,
Read this and
this and am looking for an answer as to whether the Seq appender level setting can to adjusted from the config file?
Application: Web API 2
Logger: Serilog
Thank you,
Stephen
The text was updated successfully, but these errors were encountered: