Turn off Description Text Logging in "All Off" App?

This is probably best answered by @bravenel who wrote the "All Off" app. This a great app and I use it all the time. But it would be nice to turn off text info logging to eliminate clutter in the logs.

Just comment out line 67 and line 68 after the }

Comment is //

So it reads like this:

//			else log.info "Stopped after $maxRetry attempts: ${"$whichOff" - "[" - "]"} still on"
		} // else log.info "All switches reported off"

Log entries won't hurt you, so this is somewhat pointless.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.