from the work in #2555 the logging of command processing (start, finish, error) is not consistent. Some of it happens in the MeteredCommandProcessor but this will not cover the case where session fails to be created with metadata. In that case the error happens in the Resource and never gets to the command processor.
Refactor so:
- there is consistent logging of commands, across all HTTP resources (DB, keyspace, collecton/table)
- the config is simplified.
Outcome is to make it easier to analyse logs for particular command results
from the work in #2555 the logging of command processing (start, finish, error) is not consistent. Some of it happens in the MeteredCommandProcessor but this will not cover the case where session fails to be created with metadata. In that case the error happens in the Resource and never gets to the command processor.
Refactor so:
Outcome is to make it easier to analyse logs for particular command results