Replies: 1 comment
-
I don't think slog-term respects NO_COLOR and it probably should. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi slog community!
I've been using
qdrant
as my vector store and it usesslog
according to theirCargo.toml
. However, as a rust newbie, I have no idea how to disable the colors in logging by setting some environment variables such asno_color=true
.Is that a lacking feature from
slog-term
or am I missing the document?Beta Was this translation helpful? Give feedback.
All reactions