SlimeVR / SlimeVR-Server

Server app for SlimeVR ecosystem
https://slimevr.dev
Apache License 2.0
672 stars 174 forks source link

Logger outputs all logs to stderr #160

Open loucass003 opened 2 years ago

loucass003 commented 2 years ago

The current logger output all the log levels to stderr

Please change the logger so everything lower than WARNING goes to stdout instead than stderr.

Thanks <3

TheButlah commented 1 year ago

This doesn't seem like a bug to me - most cli apps do not split logs between the two outputs. Logs are not intended to be user facing generally, and should not go to stdout.