Giter Club home page Giter Club logo

Comments (4)

l4l avatar l4l commented on June 8, 2024

Current build requires systemd installation for logging. I guess you may workaround it by forwarding journald socket to /dev/null or file, e.g mkdir -p /run/systemd/journal && socat unix-listen:/run/systemd/journal/socket,fork exec:<your_script_here>.

Do you have some other logging facility one may use instead of journald?

from yofi.

whoizit avatar whoizit commented on June 8, 2024

why not use stdout messages by default?

https://skarnet.org/software/s6/s6-log.html

from yofi.

l4l avatar l4l commented on June 8, 2024

Ehm, I use env where stdout isn't really available. But yeah, stdout+systemd service perhaps a better option for my case

from yofi.

WojAbuk avatar WojAbuk commented on June 8, 2024

In my opinion, rsyslog would be better than journald. In my opinion, it should be possible to disable the dependency on systemd (preferably during compilation). I hope you understand my English. https://docs.rs/syslog/latest/syslog/

from yofi.

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.