Events log¶
System log is an internal registry of users activities which influence system state (login information, administrative actions, etc.). Please refer to the Log messages section for a list of key log messages.
To display system log contents, select
> .
Filtering logs by date and time¶
Logs can be filtered by date and time directly from the date bar located above the log list. Additionally, there is a set of commonly used date range filters, such as Today, Last 24 Hours, This Week, Last 1 Hour, Last 1 Year, etc., accessible through the calendar icon.

External syslog servers¶
Note
- Fudo Enterprise communicates with the syslog server over UDP protocol.
- Messages to the syslog server are send through an interface with the i option enabled, with an IP address that the target host’s network is reachable from or using the default gateway. For more information, refer to the Network interfaces configuration section.
Adding a Syslog server
To add a Syslog server, proceed as follows.
- Select > .
- Click to display syslog servers configuration settings.
- Select Enable events logging on syslog servers option to activate sending logs to defined syslog servers.
- Select Enable sending debug logs option to activate sending debug logs within messages to defined syslog.
- Select Enable sending object names option to activate sending object names within messages to defined syslog.
- Provide server’s IP address and port number.
- Click .

Note
Log entries sent to syslog servers are formatted as follows:
[level] TIMESTAMP TAG[PID]: MESSAGE
where:
level
– log level (optional),TIMESTAMP
– time of the log entry,TAG
– component or module name,PID
– process ID,MESSAGE
– the actual log message.
Example:
May 29 05:51:08 fudo[49411]: [INFO] (api) (type: admin) (subject:
9034220852505214977) (fudo_user: 9034220852505214977) (fudo_safe:
9034220852505214977) FAI0876 Administrator admin connected safe main to
user admin at position 0.
For detailed list of log messages, refer to the Log messages topic.
Editing Syslog server definition
To edit a Syslog server definition, proceed as follows.
- Select > .
- Click to display syslog servers configuration settings.
- Find and edit desired syslog server definition.
- Click .
Deleting Syslog server definition
To delete a Syslog server definition, proceed as follows.
- Select > .
- Click to display syslog servers configuration settings.
- Find desired server definition and click i.
- Click .
Exporting events log¶
To export events log entries, proceed as follows.
- Select > .
- Click and select where to save exported log entries.

Related topics: