Email Log Writer
Overview
The e-mail logger can be used to send log entries to a specified e-mail address.
Sent emails will contain the message of individual logs as the email message, with information about the source and severity in the subject heading.
Considerations
Use of this logger is encouraged in conjunction with a log filter in order to reduce the number of e-mails sent, as UNIFYBroker can create a lot of logging information.
Configuration
The email log writer requires the following by way of configuration:
Attribute | Description |
---|---|
Name | The display name of the log writer which is used for identification throughout UNIFYBroker. |
From Address | The e-mail address that log items will appear to be sent from. |
Reply To Address | The reply-to address that will be set in e-mails that have been sent. |
Sender Address | The sender address to be set in e-mails that will be sent. |
SMTP Host | The hostname of SMTP server that will be used to send e-mails. |
Subject Prefix | The prefix of the subject title of e-mails. |
To Address. | The address that e-mails will be sent to. |
Customer support service by UserEcho
Hi guys, is there any documentation for the log filter mentioned here?
Hi Adrian,
The 'log filter' referenced in the considerations above refers to the incoming filters available on a configured log writer, such as logging level and severity. You can see the details of those here: Logging / UNIFYBroker knowledge / UNIFY Solutions
Thanks for the clarification.