learningequality / ka-lite

KA Lite: lightweight web server for serving core Khan Academy content (videos and exercises) without needing internet connectivity
https://learningequality.org/ka-lite/
Other
456 stars 304 forks source link

KA Lite doesn't show server logs in windows #5471

Closed mrpau-richard closed 7 years ago

mrpau-richard commented 7 years ago

Summary

After running kalite start command at first time and start the KA Lite server again, it will clean the server.log contents and it's doesn't show any KA Lite logs anymore.

System information

How to reproduce

  1. Install KA Lite 0.17.1 in windows.
  2. Start and stop the KA Lite server and repeat it twice.
  3. Then the KA Lite sever.log will be empty.
benjaoming commented 7 years ago

This is the intended behaviour and is consistent on all platforms. It's because we didn't have log rotation.

See:

http://ka-lite.readthedocs.io/en/0.17.x/installguide/release_notes.html#id3

benjaoming commented 7 years ago

See also #4890