Versions Compared

Key

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

...

Code Block
titledocker-compose.yml
services:
  aagm:
    image: apiida/aagm:latest
    logging:
      driver: syslog
      options:
        syslog-address: "tcp://syslog-server.example.com:123"


Logs for APIIDA Support


If the APIIDA support asks you to provide additional logs, please execute following commands:

Code Block
titledocker-compose.yml
docker-compose exec aagm cat /var/www/html/var/logs/nostromo-$(date +%Y-%m-%d).log > nostromo-$(date +%Y-%m-%d).log
docker-compose logs aagm> aagm-log-$(date +%Y-%m-%d).log
docker-compose logs aagmdb > aagmdb-log-$(date +%Y-%m-%d).log


Please provide the APIIDA support the following files:

  • nostromo-{date}.log
  • aagm-log-{date}.log
  • aagmdb-log-{date}.log