Giter VIP home page Giter VIP logo

Comments (4)

huxi avatar huxi commented on May 30, 2024

This isn't possible right now. I considered implementing something like this but I just don't have the time right now.

Are you aware that you can instruct Logback to write Lilith files?

<appender name="FILE" class="ch.qos.logback.core.FileAppender">
    <file>classic.lilith</file>
    <encoder class="de.huxhorn.lilith.logback.encoder.ClassicLilithEncoder">
        <IncludeCallerData>true</IncludeCallerData>
    </encoder>
</appender>

This may be enough for your use-case. Granted, it's not an automatic merge of all the instances but you could still collect those files with a cron job or something.

from lilith.

femangl avatar femangl commented on May 30, 2024

Thanks for the very fast answer!

Thanks for the hint for writing lilith files with logback! Like you said, with that I can write something cron-job like to simulate something similar to the gui-less behaviour. And if it is somewhen realized, I can change to the structure I imagined in the first place.

Kind regards,
Felix

from lilith.

aadrian avatar aadrian commented on May 30, 2024

@huxi any news on this feature?

A headless Server/Collector/proxy mode would be very helpful now that with the "cloud" there are many more virtual hosts in use.

you can instruct Logback to write Lilith files

This is unfortunately not an option in many environments.

Thank you.

from lilith.

huxi avatar huxi commented on May 30, 2024

You should consider using something like Logstash for the cloud instead.

Chances are bad that I'll implement this because it would boil down to rewriting a 10y old code-base. If I'd actually do something like that, I'd probably rather implement it in Rust instead Java.

I'll close this issue now because I won't find the time and motivation to implement this.

from lilith.

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.