MikaTake / xbt

xbt
0 stars 0 forks source link

Only full scrapes are logged #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Minor issue, in server.cpp, std::string srv_scrape().

With log_scrape = 1 only full scrapes are logged, m_scrape_log_buffer is 
missing for the multi/single scrape condition.

Original issue reported on code.google.com by dmccl...@gmail.com on 9 Jan 2014 at 3:21

GoogleCodeExporter commented 9 years ago
Fixed. Still doesn't log UDP scrapes. Are you using logging?

Original comment by olafvdspek on 9 Jan 2014 at 3:56

GoogleCodeExporter commented 9 years ago
"Are you using logging?"

- only announce logging atm (to help flag up non-whitelisted clients), I just 
noticed this while looking through the code. 

Thanks. 

Original comment by dmccl...@gmail.com on 9 Jan 2014 at 4:17