diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 526d61dcdc..2b241f5e1c 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -87,6 +87,10 @@ ;; How many lines of command history should we keep? (default is 100) ; ConsoleHistoryFileLines = 100 + ;# {ConsoleHistoryTimeStamp} {} {Time stamp commands in history file} {} false + ;; Time stamp commands in history file (default false) + ; ConsoleHistoryTimeStamp = false + ;# {save_crashes} {} {Save crashes to disk?} {true false} false ;; Set this to true if you want to log crashes to disk ;; this can be useful when submitting bug reports. diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 13c2c5ef9a..f939769aad 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -22,6 +22,9 @@ ; How many lines of command history should we keep? (default is 100) ConsoleHistoryFileLines = 100 + ; Time stamp commands in history file (default false) + ; ConsoleHistoryTimeStamp = false + ; Set this to true if you want to log crashes to disk ; this can be useful when submitting bug reports. ; However, this will only log crashes within OpenSimulator that cause the entire program to exit diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 38e6f172cb..3222a94ad1 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example @@ -62,6 +62,9 @@ ; How many lines of command history should we keep? (default is 100) ConsoleHistoryFileLines = 100 + ; Time stamp commands in history file (default false) + ; ConsoleHistoryTimeStamp = false + ; peers SSL certificate validation options ; you can allow selfsigned certificates or no official CA with next option set to true NoVerifyCertChain = true