FAQ

  1. Why the REST application does not log anything on screen?

Why the REST application does not log anything on screen?

On Windows, logs disapper if the application is run with pythonw.exe with command line:

python -m lightmlrestapi start_mlreststor --location=. --users=encrypted_passwords.txt

To restore the logging, option -u can be added:

python -u -m lightmlrestapi start_mlreststor –location=. –users=encrypted_passwords.txt

(original entry : store_rest_api.rst, line 115)