cube-js / cube-js/cube

cube store fails to start with CUBESTORE_LOG_LEVEL=error

Open
#9,073 2 comments 0 reactions 1 assignee Claimed by @paveltiunov View on GitHub
cube store
Dominant language
Rust
Stars
20.8k
Forks
2.1k
Avg merge
1d 2h
Merged PRs (30d)
181

Description

**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
```yml
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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.