Giter Site home page Giter Site logo

Comments (5)

toravir avatar toravir commented on July 28, 2024

From what i read, journalD looks like a Key:Value logging mechanism - Key & Value are both strings. Sent to the systemD which will compress it and store it (log rotate it etc). There are methods to retrieve it / query it etc..

Any client of journalD will need to send a Priority + Message + (Key+Value) Pairs - over a unix socket to journalD or systemD.

Is my understand right ?? If so, this will be another kind of writer - like consoleWriter.. instead of formatting the log message for printing to console - this journaldWriter will convert logs to journalD format (Prio + Msg + KV Pairs) and send it to systemd ??

CBOR (binary) encoding does not add much value to it - since the logs are to be converted to strings to be sent to journalD.

from zerolog.

rs avatar rs commented on July 28, 2024

My understanding is that journald fields is a flat structure with no typing support. We might just want to create a writer that would set the priority field and set the message field with the JSON payload.

from zerolog.

toravir avatar toravir commented on July 28, 2024

I have written a writer that will write to journald. I tested it by writing an example program. I could use some ideas on how to write a go-test to add tests. First cut diff: toravir@163f52c

from zerolog.

rs avatar rs commented on July 28, 2024

Fixed by #57

from zerolog.

wvh avatar wvh commented on July 28, 2024

Note to the OP that the way you log to journald (redirecting stdout/stderr or using its socket) is not related to the logs being persistent. If you want journald logs to be persistent, you need to configure it so by setting the Storage option to persistent or creating the output directory if it's set to auto. Otherwise they will be in memory only (for most distributions) and will be lost on reboot.

from zerolog.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.