[Assp-test] debugSignal.txt filling disk

2014-03-10 Thread Andrew Macpherson
2.3.3 (14029) in sigCentralHandler we have a mismatch with the documentation ie debugSignal.txt is written to irrespective of the value of $SignalLog this log grows at over 6G/hr Change +if ($SignalLog 1) { open $S, '',$base/debugSignal.txt; binmode $S; print $S

Re: [Assp-test] debugSignal.txt filling disk

2014-03-10 Thread Thomas Eckardt
-test@lists.sourceforge.net, Datum: 10.03.2014 11:52 Betreff:[Assp-test] debugSignal.txt filling disk 2.3.3 (14029) in sigCentralHandler we have a mismatch with the documentation ie debugSignal.txt is written to irrespective of the value of $SignalLog this log grows at over 6G/hr

Re: [Assp-test] debugSignal.txt filling disk

2014-03-10 Thread Andrew Macpherson
mailing list assp-test@lists.sourceforge.net, Datum: 10.03.2014 11:52 Betreff:[Assp-test] debugSignal.txt filling disk 2.3.3 (14029) in sigCentralHandler we have a mismatch with the documentation ie debugSignal.txt is written to irrespective of the value of $SignalLog

Re: [Assp-test] debugSignal.txt filling disk

2014-03-10 Thread Thomas Eckardt
a NO LOGGING setting The code will be corrected. Thomas Von:Andrew Macpherson and...@oa5.com An: ASSP development mailing list assp-test@lists.sourceforge.net, Datum: 10.03.2014 20:02 Betreff:Re: [Assp-test] debugSignal.txt filling disk While I agree this is an issue