...
Excerpt |
---|
Prints a message in the configured Jira logs on the specified level: TRACE, DEBUG, INFO, WARN, ERROR, FATAL. |
Logging the messages above messages is subject to the same configurations of the app as described here.
...
Parameter name | Required | Description |
---|---|---|
logLevel | Yes | The minimum Minimum level for logging the message is written for. |
message | Yes | The argument Argument converted to a string that will be printed. |
...
- Log in Jira using an administrator account.
- Go to Administration.
- Go to System tab and select the Troubleshooting and Support option.
- Select the Logging & Profiling tab.
- Find the Default Loggers paragraph with a lot of package names and their Logginglevel.
- Search in this list for the line com.keplerrominfo. And select from the Set Logging Level your desired level.
...
If the configuration level is one of TRACE or DEBUG then the message will be printed out.
Otherwise , if the configuration level is INFO, WARN, ERROR or FATAL the message will not be displayed.
...