Skip to content

Missing stack traces in logs #131

@raphj

Description

@raphj

To ease debugging, please convert some warnings to errors with stack traces in TaskMacroUpdateEventListener, for instance:

                logger.warn("Failed to retrieve the document that contains the Task Object with id [{}]: [{}].",
                    taskReference, ExceptionUtils.getRootCauseMessage(e));

to:

                logger.error("Failed to retrieve the document that contains the Task Object with id [{}]",
                    taskReference, e);

Metadata

Metadata

Assignees

Type

No type

Projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions