Revert "revert log from internal worker so other failed worker log appears"

This reverts commit 6757bc2d94.
This commit is contained in:
Oliver Gorwits
2023-08-11 14:41:26 +01:00
parent 6757bc2d94
commit a78870c49f

View File

@@ -14,10 +14,10 @@ register_worker({ phase => 'check', driver => 'direct' }, sub {
and (not blessed $job->device or not $job->device->in_storage)) {
config->{'snmp_try_slow_connect'} = false;
debug "running with fast SNMP timeouts for initial discover";
return Status->info("running with fast SNMP timeouts for initial discover");
}
debug "running with configured SNMP timeouts";
return Status->info("running with configured SNMP timeouts");
});
true;