Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cube store fails to start with CUBESTORE_LOG_LEVEL=error #9073

Open
bmitzkus opened this issue Jan 7, 2025 · 1 comment
Open

cube store fails to start with CUBESTORE_LOG_LEVEL=error #9073

bmitzkus opened this issue Jan 7, 2025 · 1 comment
Assignees
Labels
bug Something isn't working cube store Issues relating to Cube Store

Comments

@bmitzkus
Copy link

bmitzkus commented Jan 7, 2025

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

@igorlukanin
Copy link
Member

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 igorlukanin added bug Something isn't working cube store Issues relating to Cube Store labels Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cube store Issues relating to Cube Store
Projects
None yet
Development

No branches or pull requests

3 participants