public function testGetSingleLog()
 {
     $r = $this->api->getLog($this->log_id);
     $this->assertNotNull($r);
 }