cube icon indicating copy to clipboard operation
cube copied to clipboard

cube store fails to start with CUBESTORE_LOG_LEVEL=error

Open bmitzkus opened this issue 1 year ago • 2 comments

Describe the bug Local deployments of cubejs fail when CUBESTORE_LOG_LEVEL is set to error or warn. Levels info, debug and trace start sucessfully.

To Reproduce run the docker compose below

services:
  cube_api:
    image: cubejs/cube:v1.1.11
    ports:
      - 4000:4000
    environment:
      - CUBEJS_DEV_MODE=true
      - CUBESTORE_LOG_LEVEL=error # or warn

Version: 1.1.11

bmitzkus avatar Jan 07 '25 11:01 bmitzkus

Thanks for reporting @Hvitgar 🙌

I was able to reproduce this (running two times with error and warn, third time with info):

Screenshot 2025-01-08 at 16 37 59

igorlukanin avatar Jan 08 '25 15:01 igorlukanin

Anything new regarding this issue?

OrMahlerBeamUp avatar Jun 04 '25 10:06 OrMahlerBeamUp