aschwanb
aschwanb
Hey @nmcspadden Thank you for your reply. `NAME` was just an example. One could also use something like `%ORG_NAME%`. A possible use case could be to install software to a...
I tried adressing this in the following PR: https://github.com/kc9wwh/logCollection/pull/13
Looks like the text searcher is working. However, I noticed that it is always picking the first match which is at the time of writing release `6.2.2`, which is marked...
Likewise. The only thing I can think of at the moment is writing a custom url provider which takes all the matching versions (three ad the time of writing) and...
I hope you're using `tail -f` but joking aside. From the output of your log file it looks to me as if the run triggered by `ants.run-now` is only logging...
I did some basic testing on macOS 10.13.6: Open three terminal windows. One with `sudo ants -w` another with `sudo ants` and a third with `tail -f /var/log/ants/ants.log`. The log...
I also ran `touch /Users/Shared/.ch.unibas.its.cs.ants.run-now && tail -f /var/log/ants/ants.log` and could see the log in "real time" - with the delay of the python subprocess output, which is still less...
I just did the same test as above in my 10.14 VM and coudn't reproduce the behaviour. Can you check if the issue is with the `run-now` LaunchDaemon?
@knightsc Yes, this is the daemon I was refering to. I could have given the full path, sorry. When you first opened the issue, I thought it was about a...
They don't all have the same timestamp. But there are definitely blocks of output. Eg. one block where all lines have timestap `x`, then a block with timestamp `y`. I...