Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 18 Current »

Sometimes, we'll need your logs. If we've asked for your logs and you have no idea how to send them, you've come to the right page!

Quick Jump:


Event Log:

The Event Log (in particular) is most frequently utilized by the operator. It is used to self-troubleshoot BATM issues and transaction issues. To send us the Event Log, you first:

  1. Login to CAS,

  2. Navigate to the Terminal settings for the offending BATM,

  3. Click on "Events":

  4. Download the "CSV" log and attach it to a reply in your support email:


Server Logs (Master & Admin):

Without a Ticket ID, these logs will NOT reach the Support Team.

The server logs contain a heap of information that help us identify certain server issues, including transaction failures. Not all issues can be identified with the server logs, but in many cases these logs can pinpoint a problem that can't be solved any other way. Our development team relies on these logs to find elusive errors.

Method 1: GUI

  1. Navigate to "Send Logs to Support" from the user panel:

  2. Check “Master & Admin Logs”:

  3. Enter the Issue ID (ticket number) provided by Support.

  4. Click “Send”. You’ll receive an email confirmation of submission from Support.

Crypto Settings specific issues:

  • In CAS navigate to the offending Crypto Setting, then "Run All Tests".

  • Send the Server logs AFTER the tests have completed.

Method 2: CLI

sudo /batm/batm-manage send serverlogs

Include the relevant Support Ticket number!


Crash Logs:

Without a Ticket ID, these logs will NOT reach the Support Team.

The crash logs contain a heap of diagnostic codes that help us identify certain BATM issues. These logs help us solve BATM problems and crashes. Please do not send these logs unless we request them.

Method 1: GUI

  1. Navigate to "Send Logs to Support" for the user panel:

  2. Check “Terminal Crash Logs”:

  3. Enter the Issue ID (ticket number) provided by Support.

  4. Click “Send”. You’ll receive an email confirmation of submission from Support.

Method 2: CLI

sudo /batm/batm-manage send crashlogs

Include the relevant Support Ticket number!

NOTE: Support may request that you enable “Server Telemetry”.

Telemetry enables your Standalone CAS to automatically send new crash logs to our development server, and is enabled by simply creating an empty file:

sudo touch /batm/app/master/server.telemetry
  • delete the file to disable Telemetry: sudo rm /batm/app/master/server.telemetry


Acceptor Audit Logs

The Audit Logs are used to diagnose acceptor & recycler issues.

Method 1: GUI

  1. Navigate to "Send Logs to Support" for the user panel:

  2. Check “Bill Acceptor’s Audit Logs”:

  3. Enter the Issue ID (ticket number) provided by Support.

  4. Click “Send”. You’ll receive an email confirmation of submission from Support.

Method 2: CLI

sudo touch /batm/app/master/audit.BT123456
sudo /batm/batm-manage send auditlogs

Include the relevant Support Ticket number!


More information:

Clearing the logs:

In some cases, your logs may have grown too large or numerous to submit. Perhaps you just want to free up space? In that case type this:

sudo /batm/batm-manage log clear
  • That will delete the admin and master logs.

Afterwards, restart all GB services (to create new, empty  log files)

sudo /batm/batm-manage stop all
sudo /batm/batm-manage start all

  • No labels