diff --git a/tutorial/configuration.md b/tutorial/configuration.md index 88dafa738..b2ef3f391 100644 --- a/tutorial/configuration.md +++ b/tutorial/configuration.md @@ -223,7 +223,7 @@ QuickFIX Settings RefreshOnLogon - Determines if session state should be restored from persistence layer when logging on. Useful for creating hot failover sessions. + Determines if session state should be restored from persistence layer at logon. Useful for creating hot failover sessions.
Y
N
@@ -682,17 +682,47 @@ QuickFIX Settings FileLogPath - Directory to store logs. + (FileLogFactory only) Directory to store logs. Valid directory for storing files, must have write access - DebugFileLogPath - Directory to store ThreadedClientAcceptor thread logs. + (Acceptors only) Directory to store ThreadedClientAcceptor thread logs. Valid directory for storing files, must have write access Value of FileLogPath if present, else "log". + + + ScreenLogShowIncoming + (ScreenLogFactory only) Whether to print incoming FIX messages to the screen + +
Y
+
N
+ + N + + + + ScreenLogShowOutgoing + (ScreenLogFactory only) Whether to print outgoing FIX messages to the screen + +
Y
+
N
+ + N + + + + ScreenLogShowEvents + (ScreenLogFactory only) Whether to print event-log information to the screen + +
Y
+
N
+ + N +