This is the level of detail that the logging will return when the Mapping Job runs. The default is INFO. How to change it?
Click on x_syncs_mf_sm.LogLevel 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