v0.3.6 number types refactored to 64-bit matching config types, bundled config samples updated

This commit is contained in:
2025-07-19 02:23:56 -04:00
parent e88812bb09
commit 7c221b426b
29 changed files with 400 additions and 484 deletions

View File

@ -82,7 +82,7 @@ func (s *StdinSource) readLoop() {
Source: "stdin",
Message: line,
Level: extractLogLevel(line),
RawSize: len(line),
RawSize: int64(len(line)),
}
s.publish(entry)