The Service LogΒΆ
The CPQD ASR Linux service logs can be queried running:
sudo journalctl -u asr-server
The following example shows the logs after CPQD ASR startup:
$ sudo journalctl -u asr-server
-- Logs begin at Mon 2018-08-13 14:24:18 UTC, end at Mon 2018-08-13 14:29:20 UTC. --
Aug 13 14:29:11 10a9864aee40 systemd[1]: Started CPqD Speech Recognition Server.
Aug 13 14:29:11 10a9864aee40 systemd[1]: Starting CPqD Speech Recognition Server...
Aug 13 14:29:11 10a9864aee40 start-server[712]: Starting process asr-server...
If you wish to check the logs regularly, simply use the command:
sudo journalctl -u asr-server -f