This variable can be used to suppress or expand the logging of the conversion process. Once the setting is added, conversion information will display accordingly
A customer has "Format preference for incoming mail" set to "Prefers MIME." When a Notes 6.x client addresses a message to a user set to "Prefers MIME," the router does a CD-to-MIME conversion, but the message does not display in the $MIMETrack Field.
To see message conversion, make sure the Notes.ini parameter converter_log_level=10 is not set.
Valid Values are:
UNDEFINED - 0 /* Used by old routines that don't know about logging levels. All info gets logged. */
MINIMAL - 10 /* Fatal and Error only */
NORMAL - 20 /* Fatal, Error, Warning, Info Terse */ (this is the default)
INFORMATIONAL - 30 /* Fatal, Error, Warning, Info Terse, and Info Verbose */
VERBOSE - 40 /* Fatal, Error, Warning, Info Terse, Info Verbose, and Info More Verbose */
NOTE: The router must be restarted for the parameter to take effect. To restart the router, issue the following command on the Domino console: restart task router
This notes.ini parameter is "sticky," meaning that if set using "set config," it will be added to the notes.ini file and remain in effect when the Domino Server next restarts.