Closed PawelPodkalicki closed 6 years ago
I called get_log function several times. After change user get_log returned tx.time equal 0.
get_log
tx.time
echo '{"run":"get_log"}' | ads -w . | grep "\"time\"" -m 1
First call:
[1533305724] GOT REQUEST {"run":"get_log"} LOG: print from 0 (00000000) "time": "0",
Second call:
[1533305725] GOT REQUEST {"run":"get_log"} LOG: print from 0 (00000000) LOG: setting last time to 1533305700 (5B646364) "time": "1533305700",
Field tx.data corresponds to request from parameter. First call created new log file. Second completed it, so time was updated automatically.
tx.data
from
I called
get_log
function several times. After change userget_log
returnedtx.time
equal 0.First call:
Second call: