Skip to content

Exception not including/resolving persistenceId #21

@mbknor

Description

@mbknor

The following code in

log.error(e, s"JdbcEventsByPersistenceIdActor stopped for persistenceId=$persistenceId")

} catch {
        case e: Exception 
          log.error(e, s"JdbcEventsByPersistenceIdActor stopped for persistenceId=$persistenceId")
          onErrorThenStop(e)
      }

Does not resolve $persistenceId.

It is logged like this:

2017-10-01 11:45:06,436 lvl=ERROR, JdbcEventsByPersistenceIdActor stopped for persistenceId=$persistenceId

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions