Closed acobster closed 1 month ago
Thank you for reporting, I will take a look. I think this might be a problem with how the logging library works and not directly a fault in the CLI, https://github.com/replikativ/datahike/blob/main/src/datahike/cli.clj.
What version of Datahike are you using?
0.6.1576 (CLI)
What version of Java are you using?
Whatever was used to build
dthk
v0.6.1576What operating system are you using?
Ubuntu 22.04
What database EDN configuration are you using?
Describe the bug
Some warnings are getting printed to stdout instead of stderr:
What is the expected behaviour?
I expect all warnings/errors to print to stderr, so I can reliably parse results as EDN (and check for warnings separately).
How can the behaviour be reproduced?
Run the above command with latest CLI :)