To obtain a log file from Document Reader Local Web Service on Linux-based systems, please perform the following steps:
1. Open a terminal and run:
sudo systemctl edit document-reader-app.service
2. In the editor that opens, paste:
[Service]
Environment=REGULA_LOG=1
Save and exit the editor.
3. Run the command:
sudo systemctl restart document-reader-{app,srv}.service
Process a document.
4. Run this command:
sudo cat /root/.regula/logs/$(date '+%Y-%m-%d').log > regula.log
You will find the regula.log file in the terminal’s current working directory.
Comments
Please sign in to leave a comment.