forked from opennetworkinglab/flowvisor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.syslog
31 lines (24 loc) · 815 Bytes
/
README.syslog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Introduction
------------
Flowvisor now incorporates Log4j and Syslog4j which removes the need
for the JNI interface to the system syslog. Logging is controlled
from the fvlog.config configuration file. This file is essentially
a log4j configuration file. Therefore a detailed description
can be found at http://logging.apache.org/log4j/1.2/manual.html.
Features
--------
This logging systems is capable of logging to one or more destinations.
So you can specify multiple logging destination will be written to
simultaneously. Moreover, you can modify the configuration at runtime
to enable logging another location. Logging configuration changes will
be updated every minute.
Possible Destinations
---------------------
Console
[Externally] [Daily] [Rolling] File
JDBC
JMS
NT Event Log
Null
SMTP
Telnet