Is there a way to implement client-side caching ? #169
-
Hello. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @BiitWanderer, For now there is no way for doing that, unfortunately. It was in old major sink version, but was cropped out, because it didn't worked with structured logging. It is in my mind for the future, but I doubt it would be in the nearest version. So for now I could propose you to write in stdout, using LokiJsonTextFormatter and deliver it, using DevOps tools like |
Beta Was this translation helpful? Give feedback.
Hi @BiitWanderer,
For now there is no way for doing that, unfortunately. It was in old major sink version, but was cropped out, because it didn't worked with structured logging. It is in my mind for the future, but I doubt it would be in the nearest version.
So for now I could propose you to write in stdout, using LokiJsonTextFormatter and deliver it, using DevOps tools like
promtail
(so you could combine persistent mode and structured logging probably)