Closed Androz2091 closed 3 years ago
Yes, I'll add a debug flag. This was the original idea) This issue refers to item from TODO, more "fancy" logs
Thanks for using my lib)
We can temporarily use the module log What do you think?
We can temporarily use the module log What do you think?
Yes sure, they are sufficient 👍
Or is it better to use env variable?
Can you reply? @Androz2091
Hello, it's still showing logs (such as [discord.v] #0 Successfully connected to gateway
) without using -d dv_debug
argument :thinking:
forgot to set default log level to .warn
fixed in ef6b980
@Androz2091 Fixed?
Yes, it works now 👍 Thank you, should I close this issue?
yep
@Terisback when running v run codersbot.v -d dv_debug
, no logs are shown?
@Androz2091 it's showing
Oh yes it works using -d before run
Hello :wave: First of all, thank you for building this library (I started to make one myself then I saw this lib 😄)
I saw the comment in discord.v/util/log.v, "Remove then release". I think logs should be kept for debugging purposes, but it would be nice to be able to disable them (maybe using a DV_DEBUG environment variable or something like that?).
Thank you