User-adjustable minimum log level #2371
bigolewannabe
started this conversation in
Ideas
Replies: 1 comment
|
Thanks for raising this, it's an interesting one. I can definitely see the advantages - we'll have a chat and figure out if there's a way this could be done which wouldn't add fragility around securing API keys with other levels of access. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Using serilog with a level switch in Seq is REALLY nice with only one wrinkle: Admins are the only users that can adjust the value associated with the api key.
It would be nice if there was a way to enable the ability to view and adjust the log level by regular users. I don't think that's a global setting but probably one that's enabled on a per-key basis.
Having to enter the api key to allow a change might be a way to do so securely without requiring a complex authorization mechanism.
All reactions