====== Syslog server setting ====== ===== Name ===== syslog ===== Details ===== ^ Type | [[:cfgtype:ipv4|IPv4 address]] | ^ DHCP option number | 7 | ^ ISC dhcpd syntax | ''option log-servers'' | ===== Examples ===== === Display the syslog server === iPXE> show syslog net0.dhcp/syslog:ipv4 = 192.168.0.1 === Set the syslog server manually === iPXE> set syslog 192.168.0.1 === Configure the syslog server in ISC dhcpd === # in /etc/dhcpd.conf option log-servers 192.168.0.1; ===== Description ===== Specifies the syslog server address used for recording iPXE output to a remote logfile. ===== See also ===== * [[:console|Console configuration]] in iPXE * [[:cfg|List of all iPXE settings]] ===== Build options ===== This setting is available only when the build option ''[[:buildcfg:CONSOLE_SYSLOG]]'' is enabled. ===== Notes ===== When multiple syslog servers are specified, only the first server will be used.