The audit-log parameter for netconfd-pro specifies a file for the server audit log to use in addition to the normal log file or STDOUT. By default there is no named additional audit-log file.
The audit-log parameter can be set via the command line when starting netconfd-pro:
user@system> netconfd-pro --audit-log=/tmp/netconfd-pro-audit.log
or configured in the /etc/yumapro/netconfd-pro.conf file:
#### leaf audit-log # # Filespec for the server audit log file to use in addition to the # normal log file or STDOUT. # # The default is to not have an additional audit-log # (no default filename) audit-log /tmp/netconfd-pro-audit.log