fix err
This commit is contained in:
@@ -4549,8 +4549,8 @@ Route::get('createlog', function () {
|
||||
|
||||
|
||||
|
||||
\Log::channel('updateproducts')->notice('This is testing for updateproducts!' . "\n" . 'Ciao');
|
||||
\Log::channel('updateproducts')->info('This is testing for updateproducts! 2' . "\n" . 'Ciao');
|
||||
Log::channel('updateproducts')->notice('This is testing for updateproducts!' . "\n" . 'Ciao');
|
||||
Log::channel('updateproducts')->info('This is testing for updateproducts! 2' . "\n" . 'Ciao');
|
||||
dd('done');
|
||||
});
|
||||
|
||||
@@ -4708,7 +4708,7 @@ Route::get('/prossimauscita', function () {
|
||||
->get();
|
||||
ob_end_flush();
|
||||
ob_implicit_flush(true);
|
||||
\Log::channel('updateproducts')->notice('Inizio da ' . $settingora->value . "\n");
|
||||
Log::channel('updateproducts')->notice('Inizio da ' . $settingora->value . "\n");
|
||||
$log = 'PRODOTTI INSERITI' . "\n";
|
||||
$log1 = 'EVENTUALI PRODOTTI NON INSERITI' . "\n";
|
||||
foreach ($articles as $article) {
|
||||
@@ -5648,7 +5648,7 @@ Route::get('/prossimauscita', function () {
|
||||
echo "FINITO!!!";
|
||||
//$settingora->value = $ora_update;
|
||||
//$settingora->save();
|
||||
\Log::channel('updateproducts')->notice($log . $log1);
|
||||
Log::channel('updateproducts')->notice($log . $log1);
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user