Update debug log filename

This commit is contained in:
Konstantin Bogdanov 2024-04-11 04:17:06 +02:00
parent 63351e2fbb
commit 0e117ed197
Signed by: thevar1able
GPG Key ID: DB399448D9FE52F1

View File

@ -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",
)