can we restrict the following error messages from the log file? These are the error messages from the workflow validators (required fields)
2014-03-14 11:12:39,084 http-bio-80-exec-6 ERROR spatruni 672x17018x2 1z10pjm 10.107.182.119 /secure/CommentAssignIssue.jspa [atlassian.jira.workflow.OSWorkflowManager] Caught exception while attempting to perform action 21 from workflow 560260 on issue 'BUG-713' [InvalidInputException: [Error map: [{customfield_10080=Resolver is required.}]] [Error list: [[]]] 2014-03-14 11:07:48,096 http-bio-80-exec-5 ERROR spatruni 667x16491x2 uvyaht 10.107.182.119 /secure/CommentAssignIssue.jspa [atlassian.jira.workflow.OSWorkflowManager] Caught exception while attempting to perform action 21 from workflow 560260 on issue 'BUG-713' [InvalidInputException: [Error map: [{fixVersions=Fix Version/s is required.}]] [Error list: [[]]]
You can turn it off by adding a line (as shown below) to the log4j.properties file
log4j.logger.atlassian.jira.workflow.OSWorkflowManager = OFF
Find details about locating the log4j config file and changing logging levels here:
https://confluence.atlassian.com/display/JIRA/Logging+and+Profiling
But that requires JIRA restart.. Is there a way to handle without restarting JIRA?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just saw the package/class name was wrong.
Did you tried with com.atlassian.jira.workflow.OSWorkflowManager ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Boris, I have added the package name and set the logging level to off but the error messages in the log are still printing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok the problem was I had added the package name "log4j.logger.atlassian.jira.workflow.OSWorkflowManager" but I should add "com.atlassian.jira.workflow.OSWorkflowManager"
I have couple of questions.. How can we remove the first one (log4j.logger.atlassian.jira.workflow.OSWorkflowManager) from the list?
Is this temperory change or permanant change?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's temporary and will be gone after the next restart and also it will not cause any problems.
To make it permanent edit the log4j.properties file
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes,
From the Logging anf Profiling page click Configure and for Package name put com.atlassian.jira.workflow.OSWorkflowManager
for Logging Level put OFF
Here's how to get to the page:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.