milaq / YCast

Self hosted vTuner internet radio service emulation
Other
243 stars 93 forks source link

Invalid debug message? #36

Closed PrzemoF closed 4 years ago

PrzemoF commented 4 years ago

Start from command line:

pi@raspberrypi:~ $ python3 -m ycast -l 127.0.0.1 -p 8010 -c /home/pi/stations.yml -d
2020-02-18 17:45:22 INFO: YCast (1.0.0) server starting
2020-02-18 17:45:22 DEBUG: Debug logging enabled
 * Serving Flask app "ycast.server" (lazy loading)
 * Environment: production
   WARNING: Do not use the development server in a production environment.
   Use a production WSGI server instead.
  * Debug mode: off <-- Is that OK?
2020-02-18 17:45:22 INFO:  * Running on http://127.0.0.1:8010/ (Press CTRL+C to quit)
blogmotion commented 4 years ago

same as here https://github.com/milaq/YCast/issues/32

milaq commented 4 years ago

Yup, thanks for noticing though :+1: