The logfile attribute allows you to log CRE messages in a file separate 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.