blob: 5a1c38480c6ef6e74436844e7bf251ad8ba30a5d [file] [log] [blame]
// Module parameters
[MODULE_PARAMETERS]
// Local TCP connection address
LocalTCPConnection := { "127.0.0.1", 3000 };
// Remote TCP connection address (mongoDB database)
RemoteTCPConnection := { "127.0.0.1", 27017 };
// Logging settings
[LOGGING]
LogFile := "logs/%e.%h-%r.%s"
FileMask := LOG_ALL | DEBUG | MATCHING
ConsoleMask := ERROR | WARNING | TESTCASE | STATISTICS | PORTEVENT
LogSourceInfo := No
AppendFile := No
TimeStampFormat := DateTime
LogEventTypes := Yes
SourceInfoFormat := None
LogEntityName := Yes