Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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!

Info

Quick Jump:

Table of Contents
maxLevel3


Crash Logs:

Note

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

Code Block
sudo /batm/batm-manage send crashlogs
Tip

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:

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


Tip

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:

Code Block
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)

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

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@10d56
sortmodified
showSpacefalse
reversetrue
typepage
cqllabel in ( "crash" , "cas" , "logs" ) and type = "page" and space = "ESD"
labelscas logs crash
Page Properties
hiddentrue

Related issues