From 7ec58bf3f72fd7e0396a37f43ff023731697ff8a Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 23 Aug 2025 17:28:37 +0100 Subject: Store log lines in full using entity ids --- src/ingestor.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ingestor.hpp') diff --git a/src/ingestor.hpp b/src/ingestor.hpp index 899f179..07a9a7d 100644 --- a/src/ingestor.hpp +++ b/src/ingestor.hpp @@ -27,6 +27,7 @@ namespace WebStat { template void storeEntity(const T &) const; void storeEntity(Entity) const; void storeEntity(std::optional) const; + template void storeLogLine(const std::tuple &) const; protected: size_t linesRead = 0; -- cgit v1.2.3