CAS activity and errors are constantly logged. These logs are critical tools to diagnose & resolve CAS & customer problems. Not all errors are a problem. Some errors are expected and intentional, and what is DONE with the error is then important. We try to log everything relevant, and we don’t delete logs.

Your User account must have Administrator privileges to view this function.


Log Viewer

Search for specific information as desired.

The “Master Log” records all activity between your BATMs and CAS. This is the first place to look when your BATM isn’t doing something you expect it to do.

The “Admin Log” records everything you do through the CAS front-end (GUI).


GO TO END OF FILE” is a way to “cut to the chase” - the most recent activity in the log and the most likely area to find any specific error or malfunction you may be seeking.

GO TO BEGIN OF FILE” surprisingly enough displays the beginning of the log.


If you choose to search for a specific RID, LID, or BT# (in Master Log) then enter it in the text box, and choose:


Archives

The master log grows very large quite quickly, so if it exceeds 10MB on Sunday, it’s archived. Transactions or events that took place before that Sunday can be located in the appropriate archive. Archives are reference only, and can be deleted at your discretion. Our system won’t delete logs.

Explore the log directory:

ls -ltr /var/log/batm/*.gz

Extract the selected archive using gunzip:

gunzip -k /var/log/batm/gzip_archive

Search for the relevant data, for example, to find a specific transaction (using the RID “RTD75X”):

grep "RTD75X" "/var/log/batm/master.log.2022-09.01"

Delete the archives at your discretion:

rm /var/log/batm/master.log.2021*