Campaign | unicaACOListener
These configuration properties are for Optimize listener settings.
serverHost
Description
Set to the host server name for the Optimize installation.
Default value
localhost
serverPort
Description
Set to the host server port for the Optimize installation.
Default value
none
useSSL
Description
Set to True to connect to the Marketing Platform server using SSL. Otherwise, set to False.
Default value
False
Valid Values
True | False
keepalive
Description
The number of seconds the Campaign web application waits between sending messages to the ACOListener to keep the connection active. Using keepalive keeps connections open if your network is configured to close inactive connections.
If set to 0, the web application does not send any messages.
This keepalive property is separate from the Java socket keepAlive.
Default value
0
Valid Values
Positive integer
logProcessId
Description
Set to yes to log the ID of the Optimize listener process in the Optimize Listener log (Optimize_installation_directory/logs/unica_acolsnr.log). Otherwise set to no.
Default value
yes
Valid Values
yes | no
loggingLevels
Description
You can set the details for the Optimize listener data you log.
This setting affects the Optimize_installation_directory/logs/unica_acolsnr.log file.
Default value
MEDIUM
Valid Values
LOW | MEDIUM | HIGH | ALL
logMaxFileSize
Description
Set this integer to the maximum size for a log file, in bytes. Optimize creates a file after the log file reaches this size. This setting effects Optimize_installation_directory/logs/unica_acolsnr.log.
Default value
20485760
enableLogging
Description
Set to True to enable logging. Otherwise set to False. This setting effects Optimize_installation_directory/logs/unica_acolsnr.log.
Default value
True
Valid Values
True | False
logMaxBackupIndex
Description
Set this integer to the number of backup files to store. This setting effects Optimize_installation_directory/logs/unica_acolsnr.log.
Default value
5
loggingCategories
Description
You can specify the categories of data you want to log in a comma-separated list. This setting affects Optimize_installation_directory/logs/unica_acolsnr.log.
Default value
all
Valid Values
all | bad_order | cell_access | commands | config | data_errors | dbload | file_access | general | memory | procrun | query | sort | sysquery | table_access | table_io | table_mapping | webproc
defaultFilePermissions (UNIX only)
Description
The permission level for the generated log files in the numeric format. For example, 777 for read, write, and execute permissions.
Default value
660 (Owner and Group have read and write access only)