mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Update debug log filename
This commit is contained in:
parent
63351e2fbb
commit
0e117ed197
@ -7,7 +7,7 @@ import multiprocessing
|
||||
COMPLETION_TIMEOUT_SECONDS = 30
|
||||
DEBUG_LOG = os.path.join(
|
||||
os.environ["CLICKHOUSE_TMP"],
|
||||
os.path.basename(os.path.abspath(__file__)) + ".debuglog",
|
||||
os.path.basename(os.path.abspath(__file__)).strip(".python") + ".debuglog",
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user