We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f792df commit 6abffe1Copy full SHA for 6abffe1
app/Jobs/PollDevice.php
@@ -90,7 +90,7 @@ public function handle(): void
90
$measurement->getDuration()));
91
92
// add log file line, this is used by the simple python dispatcher watchdog
93
- Log::channel('single')->alert(sprintf('INFO: device:poll %s (%s) polled in %0.3fs',
+ Log::channel('log_file')->alert(sprintf('INFO: device:poll %s (%s) polled in %0.3fs',
94
$this->device->hostname,
95
$this->device->device_id,
96
0 commit comments