- New feature
- Add
:capture_stderr_onlyoption to capture only stderr while ignoring stdout. This is useful when you want to capture error messages but not regular output. Works with bothMuonTrap.cmd/3andMuonTrap.Daemon. (@fermuch)
- Add
Unclaimed project
Are you a maintainer of muontrap? Claim this project to take control of your public changelog and roadmap.
:capture_stderr_only option to capture only stderr while ignoring stdout.
This is useful when you want to capture error messages but not regular output.
Works with both MuonTrap.cmd/3 and MuonTrap.Daemon. (@fermuch):logger_fun option to MuonTrap.Daemon to allow complete customization of the logging process. Pass it a 1-arity function or mfargs tuple. This option takes precedence over all of the other log related options. (@bjyoungblood)MuonTrap.Daemon. See the :logger_metadata option. (@bjyoungblood)log_transform option to replace invalid UTF8 characters so
they don't crash the Logger. This fixes an annoyance where a program would
do this and there'd be log crash spam. It's still overridable...