fix: AoU-668 Don't log the full stacktrace when there is no Unpaywall URL
Closed
requested to merge aou-668-not-log-complete-stackstrace-when-no-importing-from-unpaywall into master
1 unresolved thread
Merge request reports
Activity
163 163 } 164 164 } catch (JSONException | SolidifyRuntimeException e) { 165 165 // catch JSONEXception and SolidifyRuntimeException to not block deposit process if Unpaywall import fails 166 log.warn("Unable to parse Json returned by Unpaywall: {}", e);
Please register or sign in to reply