Polypheny-DB
Polypheny-DB copied to clipboard
Improve log messages
Currently there are a lot of log messages that lack context.
e.g. in CassandraStore.java
: "WARN reloadSettings is not implemented yet."
. If this is all we see in a log, we do not know nearly enough to solve the issue.
This issue has two parts:
- [ ] How to improve the log format?
- [ ] Implement the log format uniformly.