4

We have installed open source scylla on redhat linux. After installation checking the logs but not able to find system.log file. In cassandra there is file called system.log where all logs are stored. but in scylla I can not see any log file. However I have configured the path in logback.xml.

Please help.

LetsNoSQL
  • 1,478
  • 1
  • 11
  • 23

1 Answers1

7

Scylla logs are written to the system journal. Use the following to get them:

journalctl _COMM=scylla

More here https://docs.scylladb.com/getting-started/logging/

tzach
  • 146
  • 3