Skip to content

Commit 1c929fc

Browse files
authored
Adding flow to the logging (#1013)
1 parent 311189c commit 1c929fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/formflow/library/FileController.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,8 @@ public RedirectView delete(
318318
HttpServletRequest request
319319
) {
320320
try {
321-
log.info("POST delete (url: {}): fileId: {} inputName: {}", request.getRequestURI().toLowerCase(), fileId,
322-
dropZoneInstanceName);
321+
log.info("POST delete (url: {}): flow: {} inputName: {} fileId: {}", request.getRequestURI().toLowerCase(), flow,
322+
dropZoneInstanceName, fileId);
323323

324324
Submission submission = getSubmissionFromSession(httpSession, flow);
325325
if (submission == null) {

0 commit comments

Comments
 (0)