-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Muontrap.Daemon Proposal #30
Comments
Hi @alde103 - That seems like a good feature to add. Perhaps it's a configuration key that specifies a callback and the default callback is to log the message. For your use case, you'd pass a function that sends a message. What do you think of that? |
I'm interested in this as well! Was thinking about hacking the |
Adding an |
Hi @fhunleth, Would you be interested in Muontrap.Daemon.Server??, it would be a module that implements a behaviour that wraps |
I'm not sure about
Could you talk about your use case? Perhaps that will help me understand better. |
In short, my application will run a configurable number of unspecified daemons (configurable at runtime), whose logs/outputs will be processed based on runtime configurable Regex and are propagated to the rest of the application. And as you mention, my current approach is to use (1) but I think some features of Also, I would like to reduce the ceremonial code to the final user, which is one of
|
Hi, I was recommended this project today (which is great!) but I also ran into this limitation. I don't know if anything has changed since this discussion, but could this be solved by supplying an optional |
Hello,
Would you be interested in a new feature for
Muontrap.Daemon
?, the idea is not only to log the messages generated by the OS process supervised byMuontrap.Daemon
, but to add the ability to send them to the parent process for further processing.Greetings.
The text was updated successfully, but these errors were encountered: