Currently the format for log entries differs between Actor-originated logging (including the AppLogging adapter) and all other parts where log entries are generated (e.g. elastic4s).
This makes it tough to uniformly read and also log levels do not match.
Maybe this can be fixed by harmonizing the configurations for Akka logging and regular logging.
Currently the format for log entries differs between Actor-originated logging (including the AppLogging adapter) and all other parts where log entries are generated (e.g. elastic4s).
Example:
This makes it tough to uniformly read and also log levels do not match. Maybe this can be fixed by harmonizing the configurations for Akka logging and regular logging.