[001] storage
How much disk does one day of access logs use?
The scenario
You operate a service that handles roughly 200 million requests per day. Every request emits one line to an access log (think nginx combined format: IP, timestamp, method, path, status code, user-agent, response time).
How much disk does one day of raw (uncompressed) access logs consume?
hints
your answer
$answer:GB/day