AgilePoint NX Portal Log Files
AgilePoint NX Portal creates and maintains log files to store informational, warning, and error messages about the AgilePoint NX Portal.
Background and Setup
Prerequisites
- AgilePoint NX PrivateCloud, or AgilePoint NX OnPremises v9.0 or higher.
Log File Locations
The AgilePoint NX Portal log files are located in this folder:
- (NX Portal installation folder - v9.0 and higher) C:\Program Files\AgilePoint\AgilePointPortalInstance\log
The AgilePoint NX Portal Windows Service log files are located in this folder:
- (NX Portal installation folder - v9.0 and higher) C:\Program Files\AgilePoint\AgilePointPortalInstance\windows-service\portal\logs
Customize the Path for the Portal Log Files
To customize the path for the log files in AgilePoint NX Portal, do the procedure in this topic.
How to Start
- On the AgilePoint Server machine, in a text editor,
open the AgilePoint NX Portal configuration file:
(NX Portal configuration folder - v9.0 and higher) C:\Program Files\AgilePoint\AgilePointPortalInstance\config\web.yaml
Procedure
- In the file web.yaml, add or change this attribute:
Field Name Definition logfilepath
- Description:
- Specifies the folder path for the AgilePoint NX Portal logs on the AgilePoint Server machine.
- Allowed Values:
- An absolute file path where the AgilePoint NX Portal log files are stored.
- Default Value:
- C:\Program Files\AgilePoint\AgilePointPortalInstance\log
- Example:
-
Format:
"logfilepath": "[path for the AgilePoint NX Portal logs]"
Example:
"logfilepath": "C:\Program Files\AgilePoint\AgilePointPortalInstance\log"
- Save the file.
- Restart your AgilePoint Portal instance.
For more information, refer to Restarting AgilePoint Server and AgilePoint Portal