Logging system #113
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Create set of info which need to be logged (IP, request, response, errors etc).
Please review code to check what we have and what need to be added.
Align with Bartosz what will be used for logs (elkStack ?)
Let's log everything to file using log4j and then ship logs to logstash/elastic using filebeat
https://www.elastic.co/beats/filebeat
Implemented.