Overview
CPS logs can be divided into two types:
-
Application Logs – generated by CPS applications
-
VM Logs – generated by the underlying virtual machine operating system
The normal logs on the individual policy server/policy director/OAM (pcrfclient) VMs are:
File |
Contains |
Useful for |
---|---|---|
/var/log/broadhop/qns-1.log |
main detailed policy server (qns) application logs. |
finding initialization errors and application level errors. |
/var/log/broadhop/qns-engine-1.log |
detailed event logs. |
finding which services a subscriber has, the state of a session, and other detailed information. |
/var/log/broadhop/service-qns-1.log |
the startup logs. If logback.xml is incorrectly formatted, all other log statements will go into this log. |
startup errors. |
Policy Server (QNS) writes policy director (iomgr) and policy server (qns) logs to consolidated logs on pcrfclient01 including:
File |
Contains |
Useful for |
---|---|---|
/var/log/broadhop/consolidated-qns.log |
the consolidation of all policy server (qns) logs with the IP of the instance as part of the log event. |
finding initialization errors and application level errors. |
/var/log/broadhop/consolidated-engine.log |
the consolidation of all policy server (qns) engine logs with the IP of the instance as part of the log event. |
finding which services a subscriber has, the state of a session, and other detailed information. |
Each VM stores their log files locally before they are consolidated on pcrfclient01. The local logs are:
/var/log/broadhop/qns-<#>.log
/var/log/broadhop/service-qns-<#>.log