Print the whole request on the server
panosk opened this issue · 2 comments
panosk commented
Hello,
Is it possible to print the client's source text and the translation in the server while running the REST server? I saw there is a DEBUG logging option in serving.py, will that do the trick and how can I enable it?
Thanks!
guillaumekln commented
Hi,
Yes, you can set the environment variable LOG_LEVEL=DEBUG
.
panosk commented
Thanks!