I built this to do time series debugging on a client feed processing app where event based log processors were not helpful, and have just open sourced it. Its very analogous to SwiftyBeaver but with a SwiftLog interface and uses Firebase Cloud Storage for storage.
4 Likes
Fantastic, thanks a lot @leisurehound, that seems very useful!
Would you be able to add it to the swift-log list of conforming backends or would you rather I add it there (ticketified as Add google/swiftlogfirecloud to list of logger backends · Issue #156 · apple/swift-log · GitHub )? This is in order for people to be able to find the compatible backends more easily.
Thanks in advance!
Tho am not sure if I did it right, as its pulling in another change that is unrelated too.
1 Like
That's right, ended up applying cleanly once another PR was merged
(We did a master -> main branch rename which caused slight weirdness.)
Thanks again!