Skip to content
Snippets Groups Projects
Commit adf27032 authored by izabel's avatar izabel
Browse files

DSS data set post registration script: log successful execution

SVN: 18984
parent 89875e2b
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ public class PostRegistrationExecutor implements IPostRegistrationAction
scriptPath, StringUtils.join(args, ",")));
} else
{
operationLog.debug(String.format(
operationLog.info(String.format(
"Successful script execution: SCRIPT(%s) PARAMETERS(%s)", scriptPath,
StringUtils.join(args, ",")));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment