stoneatom / stonedb

StoneDB is an Open-Source MySQL HTAP and MySQL-Native DataBase for OLTP, Real-Time Analytics, a counterpart of MySQLHeatWave. (https://stonedb.io)
https://stonedb.io/
GNU General Public License v2.0
862 stars 140 forks source link

question: how to find the log file #1939

Closed zhenglin-charlie-li closed 1 year ago

zhenglin-charlie-li commented 1 year ago

General Question

Hi, I am openning this issue to ask how can I find the log files.

I run StoneDB using the docker container, the v1.0.4 version. My StoneDB crashed when execting the command below, so I need to check out the log file to see the reason:

create database db100;
use db100;
create table t0 (c0 int);

SELECT *
FROM t0
GROUP BY t0.c0
HAVING (! (NULL IN (((0.7217082350172923) IS NULL))))
UNION ALL
SELECT *
FROM t0
GROUP BY t0.c0
HAVING (NOT (! (NULL IN (((0.7217082350172923) IS NULL)))))
UNION ALL
SELECT *
FROM t0
GROUP BY t0.c0
HAVING (((! (NULL IN (((0.7217082350172923) IS NULL))))) IS NULL);
haitaoguan commented 1 year ago

$BASEDIR/log/tianmu.log