Jason McHuff
Jason McHuff
Also, one idea is to have creating the JSON files be a config option, then I could put the daily log creation in an external plugin. It would just be...
> I think all of the daily call logging should be in an external plugin The only issue I have is that I'd like to optionally disable creation of the...
> I get that there's an overhead inherent in creating a file and then deleting it, but compared to the intermediate .wav files that are being generated an extra few...
@robotastic do you have thoughts on this? Should I submit a config option that disables the creation of JSON files or just go with one of the 3 options above?
OK, I created an external plugin that does option 1 and have added a link to README.md. If someone wants to test it, that would be desirable.
I wonder if this and #792 are related? Have you tried the fix in the cc-retune branch?
> this is a good reminder to get that documented I can do that if you want. I have an entry for the logDir option (actual feature was added in...
> Are you looking to instead occasionally have an output of the channel decode even when things are above the threshold? Correct, I use the data for the decoding rate...
@robotastic you want to merge this in? Also, I was wanting to have it calculate the rate since the last log message (e.g. during the last 60 seconds if `controlWarnUpdate`...
Thanks for getting back to this. > I want to get an error message right away if my message rate drops below a value What if I change `if (msgs_decoded_per_second...