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)

Home Page:https://stonedb.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question: how to find the log file

ZhengLin-Li opened this issue · comments

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);

$BASEDIR/log/tianmu.log