CDFAA0151E The routine failed because a user name was not specified for the following logging configuration option: configuration-option.
Explanation
The indicated logging configuration option must specify a user name. For example, the following statement correctly sets the logging configuration option user.level for the user USERX:
set_log_cfg('user.level','USERX:2')
This message is issued when a statement does not specify a user name. For example:
set_log_cfg('user.level',':2')
set_log_cfg('user.level','')
User response
Resubmit the statement specifying a user name.