Made chat message recording optional (PerunConfig.RecordChatMessages in the configuration file)

This commit is contained in:
David Pierron
2021-06-28 13:05:02 +02:00
parent 4bea05e7a2
commit 3cbbcd023f
2 changed files with 3 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ PerunConfig.ConnectionError_L1 = "[Perun] ERROR: Connection broken - contact ser
-- Misc
PerunConfig.BroadcastPerunErrors = 1 -- (int) [0 (default),1] Value greater than 0 will broadcast chat message about missing connection to Perun
PerunConfig.RecordChatMessages = 1
-- Debug
PerunConfig.DebugMode = 1 -- (int) [0 (default),1,2] Value greater than 0 will display Perun information in DCS log file, values: 1 - minimal verbose, 2 - all log information will be logged