Campaign | partitions | partition[n] | Optimize | logging
This property defines logging settings for Optimize.
enableBailoutLogging
Description
If set to True, when Optimize exceeds the limit set by MaxAlternativesPerCustomerEvaluated, and no legal alternatives are found for a customer, Optimize generates a log for that customer (in addition to the usual log counting those customers who exceeded the limit).
If set to True, you also get a separate file containing details of customers Optimize could not process in a comma-separated values (CSV) file. Each row corresponds to one customer. The first column is the customer ID and the second column is the reason why Optimize was not able to process the customer. The file is named unprocessables_sessionID.csv and is located in the OptimizeInstallationDirectory/partitions/partition[n]/logs directory.
Default value
False
Valid Values
True | False
logProcessId
Description
Set to True to log the ID of the Optimize server process in the Optimize Server log (Optimize_installation_directory/partitions/partition[n]/logs/unica_acosvr_SESSIONID.log). Otherwise set to False.
Default value
False
Valid Values
True | False
loggingLevels
Description
You can set the details for the server data you log.
This setting affects the Optimize Server log (Optimize_installation_directory/partitions/partition[n]/logs/unica_acosvr_SESSIONID.log).
Default value
MEDIUM
Valid Values
LOW | MEDIUM | HIGH | ALL
logMaxFileSize
Description
Set this integer in bytes to the maximum size for a log file. Optimize creates a file after the log file reaches this size. This setting affects the Optimize Server log (Optimize_installation_directory/partitions/partition[n]/logs/unica_acosvr_SESSIONID.log).
Default value
10485760
enableLogging
Description
Set to True to enable logging. Otherwise set to False. This setting affects the Optimize Server log (Optimize_installation_directory/partitions/partition[n]/logs/unica_acosvr_SESSIONID.log).
Default value
True
Valid Values
True | False
logMaxBackupIndex
Description
Set this integer to the number of backup files to store. This effects the Optimize Server log (Optimize_installation_directory/partitions/partition[n]/logs/unica_acosvr_SESSIONID.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 the Optimize Server log (Optimize_installation_directory/partitions/partition[n]/logs/unica_acosvr_SESSIONID.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)