...
Parameter name | Required | Description |
---|---|---|
logLevel | Yes | The minimum level for logging for which the message is written for. |
message | Yes | The argument converted to a string that will be printed. |
...
Permanently - the logging level will NOT be reset after JIRA Jira reboot, described here: Configure Jira logging.
...
If the configuration level is one of: of TRACE or DEBUG then the message will be printed out.
...
Otherwise, if the configuration level is: is INFO, WARN, ERROR or FATAL the message will not be displayed.
...