Konrad Windszus created JCRVLT-649:
--------------------------------------
Summary: Improve logging of errors in the ActivityLog and
ProgressTracker
Key: JCRVLT-649
URL: https://issues.apache.org/jira/browse/JCRVLT-649
Project: Jackrabbit FileVault
Issue Type: Improvement
Reporter: Konrad Windszus
Currently errors faced with {{ImportOptions#isStrict() = false}} only lead to a
subtle message in the ActivityLog
(https://github.com/apache/jackrabbit-filevault/blob/fa719a0aee81886fc32ce4b72706e05e8638f44f/vault-core/src/main/java/org/apache/jackrabbit/vault/fs/io/Importer.java#L516)
{code}
Package imported (with errors, check logs!)
{code}
The underlying issue should not only be exposed in the error log but also in
the ActivityLog to ease debugging.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)