Table of Contents |
---|
Warning |
---|
This service is available as best effort for testing. Be aware when trying this service in your tenancy. |
...
Warning |
---|
All data is deleted 5 mins after retrieval by default and this can be changed by the user. (See section below) |
How to modify the time to live of the data
Code Block |
---|
sudo crontab -e
|
Warning |
---|
You have to setup both crontabs to the same time! |
How to have real time logging
The entries to the log file for the tellicast client (/var/log/tellicast-client/recv_ter-1.log) is by default buffered.
In order to get real-time log events:
- ssh into the VM
2. Alter the file /etc/cast-client_ter-1.ini, removing the “>>” in front of the log file path:
Code Block |
---|
log_file=/var/log/tellicast-client/recv_ter-1.log |
3. After altering the file, you have to restart the service running the following command:
...
Advanced topics
Children Display |
---|