Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 782 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 782 Bytes

IOC log daemon v2

This daemon is a drop in replacement for iocLogServer which ships with EPICS Base. It incorporates a number of differences (hopefully improvements).

  1. Log file rotation instead of overwriting
  2. Log IPs instead of host name (faster and doesn't truncate)
  3. Supports filtering of caputlog entries base on user name
  4. Supports re-broadcast of log messages over TCP

Dependencies

Requires: python-twisted-core >= 10.0

Configuration

The provided server.conf should work for most sites. It listens on the default port 7004, writes all entries to epics.log, and re-broadcasts on port 7014.

Also provided is server.conf.bnl which demonstrates filtering caputlog entries by user name.