Configure the log file directory path
- Last Updated: August 18, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- 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 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:
- Run the proenv utility.
- Run the
pasman configcommand to view the catalina.logging.folder property: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 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/