Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -96,6 +96,7 @@ public class PublisherServiceDefault implements PublisherService { | ... | @@ -96,6 +96,7 @@ public class PublisherServiceDefault implements PublisherService { |
96 | publisherSearchRepository.save(indexedPublisher); | 96 | publisherSearchRepository.save(indexedPublisher); |
97 | } catch (IndexingException e) { | 97 | } catch (IndexingException e) { |
98 | logger.error("IndexingException {}", e); | 98 | logger.error("IndexingException {}", e); |
99 | + // TODO Ajouter l'information de manière plus accessible que dans les logs | ||
99 | } | 100 | } |
100 | publisherActionRepository.save(publisherAction); | 101 | publisherActionRepository.save(publisherAction); |
101 | return publisherAction; | 102 | return publisherAction; | ... | ... |
-
Please register or login to post a comment