IS::Log - Image Server Debug Log File Path
Folder and base file name for Image Server trace log files. The path can be absolute or relative to install_folder. The ImageServer appends a hyphen and the current date ( -yyyy-mm-dd) to the file name (before the file suffix, if any). Adobe recommends that you send Image Server log files to the same folder as Platform Server log files ( PS::LogFolder
) to use the log file management implemented by the Platform Server (see PS::LogDays
).
IS:TraceClient - Image Server Debug Log Level
Log level can be 1, 2, 3, or 4 (Default is 2)
Level 1 logs events related to starting up, shutting down, and Platform Server connections.
Level 2 also logs connecting to and disconnecting from source images.
Level 3 adds logging of requests for pixel data and delivery of the same to the Platform Server.
Level 4 records all messages received from the Platform Server.
Level 3 and 4 should be used for debug purposes only, as the log files can become large.
IS::TraceStatsInterval - Image Server Statistics Log Interval
The Image Server writes memory statistics to its trace log file at the interval specified by this setting. The valid range is 5–86,400 seconds.