I’m not sure what AIL Server you’re talking about but I’ll try to help you ;).
There should be an application representing your AIL Server in CME. Usually it’s possible to change logging level by modifying application’s options - section “Log”, key “verbose”.
Some of Genesys applications, usually based on Java, don’t use the standard Genesys logging subsystem. The options you mentioned have following meaning:
console - defines log level displayed on console
file - defines log level, valid path to a file name, maximum file size and number of files for rolling logs
filter - defines log level displayed on default output
Using your current configuration the log file is placed in the directory of AIL Server and the log level is set to “debug”. If you want to have logs in mentioned directory then modify the option - file = “debug,E:/GCTI/LOGS/ail,10MB,20” (using slashes because Java has troubles with backslashes time to time). I assume restart will be needed.
It’s the maximum number (limit) of log files the application can create. When this limit is reached the application starts to overwrite the first log file.
René, can you please tell me where I can find the the explanation about the Java-Based Application log options ? have found it in the Genesys documentation ?
Yes, I’ve found the information in standard Genesys documentation - look at Genesys Desktop 7.2 Deployment Guide or Gplus adapter 7.1 for mySAP ICI Multi-Channel Deployment Guide.