Collecting Logs of Client Components
Axidian Privilege PamSU
Enabling Logging
Open the configuration file /etc/pamsu.conf
Set the
Set log_levelparameter toINFO.Example# Log level is minimum level of logging
# You can choose beetween
# INFO, WARN ERROR and FATAL
Set log_level INFOSave the file.
Collecting Logs
- Clear existing logs in the folder /opt/Axidian-Privilege/pamsu/logs/
- Reproduce the problem.
- Collect an archive with logs and send it to technical support. Describe the user's actions and specify the exact time when the problem occurred.
Axidian Privilege Desktop Console
Enabling Logging
- Run Axidian Privilege Desktop Console as administrator.
- Click Tools and go to Options section.
- Go to the Notifications section in the left menu.
- Select the Log to application directory checkbox and do not change the current file path.
- Enable the Debug, Information, Warnings, and Errors logging levels.
- Click OK.
- Restart the Axidian Privilege Desktop Console application.
Collecting Logs
- Clear existing logs in the folder C:\Users[Username]\AppData\Roaming\Axidian Privilege Desktop Console
- Reproduce the problem.
- Collect an archive with logs and send it to technical support. Describe the user's actions and specify the exact time when the problem occurred.
Axidian Privilege Web Terminal
Enabling Logging
Open the configuration file /etc/axidian/axidian-privilege/web-terminal-proxy/appsettings.json
Set the
LogLevelparameter to Trace.Example{
"Settings": {
"Port": "4822",
"LogLevel": "TRACE",
"LogStream": "BOTH",
"MaxLogFiles": 10,
"MaxLogFileSize": 1000000
"Host": "0.0.0.0",
}
}Save the file.
Navigate to the folder with PAM scripts and restart the component:
cd /etc/axidian/axidian-privilege/scripts/bash restart-pam.sh web-terminal-proxy
Collecting Logs
- Clear existing logs in the folder /etc/axidian/axidian-privilege/logs/web-terminal
- Reproduce the problem.
- Collect an archive with logs and send it to technical support. Describe the user's actions and specify the exact time when the problem occurred.