wechaty / dotnet-wechaty

.NET Wechaty is a Conversational SDK for Chatbot Makers Written in C#
Apache License 2.0
81 stars 29 forks source link

WECHATY_LOG environment variable specification (valid values) #28

Open huan opened 3 years ago

huan commented 3 years ago

According to our Wechaty Specification https://wechaty.js.org/docs/specs/wechaty:

The WECHATY_LOG should support the values of silly, verbose, info, warn, silent

All Polyglot Wechaty should at least support the above names as an alias.

Link to https://github.com/wechaty/wechaty/issues/2167