-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Papercut.Service.json Options #46
Comments
Ahh, good catch -- I'll have to add that back in. For reference, settings for seq should be this: {
"SeqEndpoint": "http://localhost:5341",
"SeqLogLevel": "Verbose"
} |
@Jaben , Thanks for the quick reply. Is there an option for API Key? We use this to tag events from different sources (applications). Thanks! |
@HarleeDavidson -- You're very welcome. The Seq plugin doesn't currently support the API key. But it would be rather simple to add here: https://github.com/ChangemakerStudios/Papercut/blob/develop/src/Papercut.Module.Seq/AddSeqToConfiguration.cs A PR would be great. If not, I'll add to my list. Warning: my list is currently rather lengthy :) |
Sounds good, I'd be happy to do a PR, just let me know when the Papercut.Service.json file is updated and I'll have a look. Thanks! |
Latest now has support for the Seq Api Key. Closing this issue. |
Nice job with this utility, well done!
Documentation says:
If manual confiugration is needed, the configuration file for Papercut.Service can be found in the same directory as the Papercut.Service.exe. Papercut.Service.json contains the configuration with comments outlining options.
Looking for the options in the file, but the file is empty, both in the download and in the source.
More specifically, I'd like to set logging options for Seq. For example, server, port, log level, and api key.
Thank you!
The text was updated successfully, but these errors were encountered: