Skip to content

View the logs

Daniel Tischner edited this page Sep 15, 2021 · 7 revisions

Overview

In order to read the logs of the bots, one has to login to the VPS and command Docker to execute the corresponding task. Only members of the Moderator-Team can do the following steps.

See Access the VPS for details of the login process.

Guide

  1. ssh togetherjava to login to the VPS
  2. Either cd ~/docker-infra/master-bot or cd ~/docker-infra/develop-bot to go to the directory of the corresponding bot
  3. Execute docker-compose logs -f
  4. Hit Ctrl + C to stop
Clone this wiki locally