how can we save the openvidu logs in seperate folder and can we set the elastic password with “symbols”?
Example password : tkgkd+!gh?/t^gth
how can we save the openvidu logs in seperate folder and can we set the elastic password with “symbols”?
Example password : tkgkd+!gh?/t^gth
sudo su
cd /opt/openvidu
./openvidu logs -f > /tmp/logs.txt
In this case this will redirect logs to /tmp/logs.txt. Use your desired directory.
As an additional comment, you have logs sent to elasticsearch. You can search for them in Kibana.
Regards,
Carlos