Error in logs, no functinal issue

Issue #284 resolved
Itamar Ben-Sinai created an issue

Hi My customer Jira logs are filled with the following errors: 16:33:10,395 http-bio-8080-exec-83049 INFO el05dolih 993x14439983x8 383df8 172.23.2.132 /secure/CommentAssignIssue.jspa [plugins.workflowToolbox.shared.WorkflowToolbox] FIELD VALUE BEFORE BEING CONVERTED TO STRING OBJECT "התכתבויות קודמות" BELONGS TO CLASS "class java.lang.String" AND CONTAINS VALUE The object name is in Hebrew there is no issue with the plugin actions, only errors in the log. What needs to be done to eliminate these errors?

Thanks

Comments (3)

  1. Fidel Castro Armario repo owner

    Hi Itamar,

    The log level in that JIRA server is set to INFO, which is the level immediately lower than DEBUG, i.e., very verbose.

    You have to alternative solutions:

    1) Lower the default log output level to WARN or ERROR.

    Go to Administration > System > Logging and profiling and set a new level for Default package name.

    2) Lower the log output level to WARN or ERROR only for package com.fca.jira.plugins.workflowToolbox (i.e., only for JIRA Workflow Toolbox)

    Go to Administration > System > Logging and profiling > Configure logging level for another package., input package com.fca.jira.plugins.workflowToolbox and set level to ERROR or WARN.

  2. Log in to comment