-
Notifications
You must be signed in to change notification settings - Fork 0
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
Graylog integration #29
Conversation
fixing flake8 linting
fixing linting
fixing linting issues
This PR contains changes from multiple branches. Can you change the target branch so that the diff is clean? Or point out which files are specifically about the graylog integration and which other PRs need to be merged first? |
I also added graylog into the integration test docker services: #34 |
resources/config.sample.json
Outdated
"graylog_log" : false, | ||
"graylog_host" : "", | ||
"graylog_port" : "", | ||
"graylog_facility" : "scicat.ingestor" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nitrosx Can it be wrapped into a different group ...? Since it's an external service we are using.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sth like #35
Graylog integration - configuration refactoring
This PR add the option to send the logs to a graylog server defined in configuration