Logging message changes for areafix, no functional changes

This commit is contained in:
Deon George 2024-11-01 10:28:22 +11:00
parent 7c70c1f12d
commit 2598203edb
5 changed files with 5 additions and 5 deletions

View File

@ -38,7 +38,7 @@ class CommandsProcessed extends Netmails
$o = $this->setupNetmail($notifiable); $o = $this->setupNetmail($notifiable);
$ao = $notifiable->routeNotificationFor(static::via); $ao = $notifiable->routeNotificationFor(static::via);
Log::info(sprintf('%s:+ Responding to areafix for a node [%s] commands processed',self::LOGKEY,$ao->ftn)); Log::info(sprintf('%s:+ Responding to areafix for a node [%s] COMMANDS PROCESSED',self::LOGKEY,$ao->ftn));
$o->to = $this->mo->from; $o->to = $this->mo->from;
$o->replyid = $this->mo->msgid; $o->replyid = $this->mo->msgid;

View File

@ -38,7 +38,7 @@ class Help extends Netmails
$o = $this->setupNetmail($notifiable); $o = $this->setupNetmail($notifiable);
$ao = $notifiable->routeNotificationFor(static::via); $ao = $notifiable->routeNotificationFor(static::via);
Log::info(sprintf('%s:+ Responding to areafix for a node [%s] commands processed',self::LOGKEY,$ao->ftn)); Log::info(sprintf('%s:+ Responding to areafix for a node [%s] HELP processed',self::LOGKEY,$ao->ftn));
$o->to = $this->mo->from; $o->to = $this->mo->from;
$o->replyid = $this->mo->msgid; $o->replyid = $this->mo->msgid;

View File

@ -40,7 +40,7 @@ class InvalidPassword extends Netmails
$o = $this->setupNetmail($notifiable); $o = $this->setupNetmail($notifiable);
$ao = $notifiable->routeNotificationFor(static::via); $ao = $notifiable->routeNotificationFor(static::via);
Log::info(sprintf('%s:+ Responding to areafix for a node [%s] invalid password',self::LOGKEY,$ao->ftn)); Log::info(sprintf('%s:+ Responding to areafix for a node [%s] INVALID PASSWORD',self::LOGKEY,$ao->ftn));
$o->to = $this->mo->from; $o->to = $this->mo->from;
$o->replyid = $this->mo->msgid; $o->replyid = $this->mo->msgid;

View File

@ -40,7 +40,7 @@ class NotConfiguredHere extends Netmails
$o = $this->setupNetmail($notifiable); $o = $this->setupNetmail($notifiable);
$ao = $notifiable->routeNotificationFor(static::via); $ao = $notifiable->routeNotificationFor(static::via);
Log::info(sprintf('%s:+ Responding to areafix for a node [%s] not configured here',self::LOGKEY,$ao->ftn)); Log::info(sprintf('%s:+ Responding to areafix for a node [%s] NOT CONFIGURED HERE',self::LOGKEY,$ao->ftn));
$o->to = $this->mo->from; $o->to = $this->mo->from;
$o->replyid = $this->mo->msgid; $o->replyid = $this->mo->msgid;

View File

@ -37,7 +37,7 @@ class Scan extends Netmails
$o = $this->setupNetmail($notifiable); $o = $this->setupNetmail($notifiable);
$ao = $notifiable->routeNotificationFor(static::via); $ao = $notifiable->routeNotificationFor(static::via);
Log::info(sprintf('%s:+ Responding to areafix for a node [%s] scan processed',self::LOGKEY,$ao->ftn)); Log::info(sprintf('%s:+ Responding to areafix for a node [%s] SCAN processed',self::LOGKEY,$ao->ftn));
$o->subject = 'Areafix - Scan Results'; $o->subject = 'Areafix - Scan Results';