Skip to content

cube store fails to start with CUBESTORE_LOG_LEVEL=errorΒ #9073

@bmitzkus

Description

@bmitzkus

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

Metadata

Metadata

Assignees

Labels

cube storeIssues relating to Cube Store

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions