https://signoz.io logo
Title
s

sibi vishnu

10/04/2022, 6:01 AM
Hi. I need to know how the logs are stored locally, And where they will be stored.
a

Ankit Nayan

10/04/2022, 6:11 AM
sudo docker exec -it clickhouse-setup_clickhouse_1 /bin/bash
clickhouse-client
use signoz_logs;
show tables;
logs
is the main table that stores all the logs