Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(loki): panic on missing config (#720)
* fix(loki): pass missing config error to user Missing config errors are handled at the library level. Our own check mitigated this and causes loki to SEGFAULT later on * feat(loki): default config file in container The container provides a default config file. Use it by default * Revert "fix(loki): pass missing config error to user" This reverts commit b2744fc, because loki it assumed loki was incapable of running without config, which is not the case.
- Loading branch information