Skip to content

Commit

Permalink
Update UtilitiesAndLoggingLibrary.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielWinks committed Jan 22, 2024
1 parent a7e4d90 commit 19f7a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/UtilitiesAndLoggingLibrary.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ void installed() {

if (settings.logEnable) { runIn(1800, 'logsOff') }
if (settings.debugLogEnable) { runIn(1800, 'debugLogsOff') }
if (settings.debugLogEnable) { runIn(1800, 'traceLogsOff') }
if (settings.traceLogEnable) { runIn(1800, 'traceLogsOff') }
}

void uninstalled() {
Expand Down

0 comments on commit 19f7a30

Please sign in to comment.