The default location for each of the PAS for OpenEdge log files is instance-name/logs.

You may need to change the log file directory path if you require a centralized place for your PAS for OpenEdge log files that is outside of the instance directory. This may be the case, for example, if you are running mutliple PAS for OpenEdge instances in Docker containers.

To configure the log file directory path, follow these steps:
  1. Run the proenv utility.
  2. Run the pasman config command to view the catalina.logging.folder property:
    proenv>pasman config -I oepas1 catalina.logging.folder
    catalina.logging.folder=${CATALINA_BASE}/logs
  3. To change the log directory location, run the same command but assign the new location to the catalina.logging.folder property. Then repeat the command from Step 2 to confirm the output. For example:
    proenv>pasman config -I oepas1 catalina.logging.folder=/oelogs/
    proenv>pasman config -I oepas1 catalina.logging.folder
    catalina.logging.folder=/oelogs/