journalctl.log
humanlog service run fails with error: opening localstorage
I guess localstorage should have been initialized here(by import init()) but it seems not
// in cmd/humanlog/service.go
// ...
"golang.org/x/sync/errgroup"
// imported for side-effect of `init()` registration
_ "github.com/humanlogio/humanlog/internal/diskstorage"
)
https://github.com/humanlogio/humanlog/blob/master/cmd/humanlog/service.go#L53
I am currently working on this problem. I'm posting this issue in case there are people experiencing related issues.