Configure the log file directory path
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
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 need 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:
- Run the Proenv utility.
- Run the PASMAN
configcommand to view the catalina.logging.folder property, for example:proenv>pasman config -I oepas1 catalina.logging.folder catalina.logging.folder=${CATALINA_BASE}/logs - 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 in 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/