Skip to content

added logging #97

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

Merged
merged 6 commits into from
Apr 26, 2024
Merged

added logging #97

merged 6 commits into from
Apr 26, 2024

Conversation

BrainIsDead
Copy link
Collaborator

@BrainIsDead BrainIsDead commented Apr 5, 2024

๐Ÿ› ๏ธ src/signal_documentation/settings.py -> Modified DEBUG and PAGE_SIZE settings, added logging configuration.
๐Ÿ› ๏ธ src/signals/tools.py -> Added logging for signal update process.

โ€ฆ paths and logstash output.

๐Ÿ”ด .gitignore -> Deleted log files from gitignore.
๐ŸŸข .logstash/Dockerfile -> Added Dockerfile for logstash.
๐ŸŸข .logstash/pipeline/logstash.conf -> Added logstash pipeline configuration.
๐Ÿ› ๏ธ docker-compose.yaml -> Added services for elasticsearch, kibana, logstash, and filebeat.
๐ŸŸข src/mydatabase -> Added new database file.
๐Ÿ› ๏ธ src/signal_documentation/settings.py -> Modified DEBUG and PAGE_SIZE settings, added logging configuration.
๐Ÿ› ๏ธ src/signals/tools.py -> Added logging for signal update process.
๐Ÿ› ๏ธ settings.py -> Removed 'file' handler and its settings
๐Ÿ› ๏ธ settings.py -> Updated 'django' logger handlers and level
@korlaxxalrok
Copy link
Collaborator

@BrainIsDead At this time we are logging anything in the container's stdout, so all you will need to do is to make sure that any additional logging outputs there when the container runs. There may be additional action to take in Elastic, for instance if the log needs some special parsing, but we won't need the additional containers specified in this PR.

@BrainIsDead BrainIsDead self-assigned this Apr 16, 2024
@BrainIsDead BrainIsDead marked this pull request as ready for review April 18, 2024 11:44
@BrainIsDead BrainIsDead merged commit ec4e604 into development Apr 26, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants