@@ -, +, @@ --- Koha/BackgroundJob/UpdateElasticIndex.pm | 1 + 1 file changed, 1 insertion(+) --- a/Koha/BackgroundJob/UpdateElasticIndex.pm +++ a/Koha/BackgroundJob/UpdateElasticIndex.pm @@ -81,6 +81,7 @@ sub process { $indexer->update_index(\@record_ids); }; if ( $@ ) { + warn $@; push @messages, { type => 'error', code => 'index_error', --