summaryrefslogtreecommitdiff
path: root/src/webstat_logger_main.cpp
blob: c4d31d6b8e9496fe738a5edf861b8a707db598f6 (plain)
1
2
3
4
5
6
7
#include "ingestor.hpp"

int
main(int, char **)
{
	WebStat::Ingestor {}.ingestLog(stdin);
}