Some logging fixes
This commit is contained in:
parent
fcdde10512
commit
9462e66a1c
@ -17,7 +17,7 @@ class EchoareaImport implements ShouldQueue
|
||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
use ImportTrait;
|
||||
|
||||
protected const LOGKEY = 'JIE';
|
||||
protected const LOGKEY = 'JEI';
|
||||
private const importkey = 'echoarea';
|
||||
|
||||
private string $file;
|
||||
|
@ -14,7 +14,7 @@ use App\Models\{Echoarea,Echomail,Netmail,Setup};
|
||||
|
||||
class MessageProcess implements ShouldQueue
|
||||
{
|
||||
private const LOGKEY = 'PP-';
|
||||
private const LOGKEY = 'JMP';
|
||||
|
||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
|
||||
@ -215,8 +215,8 @@ class MessageProcess implements ShouldQueue
|
||||
self::LOGKEY,
|
||||
$this->msg->msgid,
|
||||
$this->msg->echoarea,
|
||||
$this->msg->user_to,$this->msg->tftn,
|
||||
$this->msg->user_from,
|
||||
$this->msg->user_from,$this->msg->fftn,
|
||||
$this->msg->user_to,
|
||||
$o->id,
|
||||
));
|
||||
|
||||
|
@ -21,7 +21,7 @@ class NodelistImport implements ShouldQueue
|
||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
use ImportTrait;
|
||||
|
||||
protected const LOGKEY = 'JIN';
|
||||
protected const LOGKEY = 'JNI';
|
||||
private const importkey = 'nodelist';
|
||||
|
||||
private string $file;
|
||||
|
Loading…
Reference in New Issue
Block a user