This is the level of detail that will be logged when the mapping job runs. The default is INFO. How to change it?
Click on x_syncs_ibm_i_sm.logging.verbosity in the List View.
Change the Value field to a value from the Choices field.
Click Update to commit the change.
What is each option?
INFO returns only the simplest and high-level messages about the mapping job.
ERROR returns any errors that occurs during the mapping job.
DEBUG returns detailed messages on events that occurs during the mapping job.
The lowest level will return the levels above it, therefore:
INFO is only INFO Messages.
ERROR is ERROR and INFO Messages.
DEBUG is DEBUG, ERROR, and INFO Messages.