There are two cluster attributes that you may be interested in modifying, logfile and administrator.
The logfile attribute allows you to log CRE messages in a separate file from all other system messages. For example, if you enter
[node0]:: set logfile=/home/wmitty/cre-messages
CRE will output its messages to the file /home/wmitty/cre-messages. If logfile is not set, CRE messages will be passed to syslog, which will store them with other system messages in /var/adm/messages.
A full path name must be specified when setting the logfile attribute.
Set the administrator attribute to specify the email address of the system administrator. For example:
[node0]:: set administrator="root@example.com"
Note the use of double quotes.