add loggin option to test

This commit is contained in:
Evgeny Poberezkin 2022-01-20 20:23:21 +00:00
parent 32a105bac8
commit f47494e5c8

View File

@ -39,7 +39,8 @@ opts :: ChatOpts
opts =
ChatOpts
{ dbFile = undefined,
smpServers = ["smp://LcJUMfVhwD8yxjAiSaDzzGF3-kLG4Uh0Fl_ZIjrRwjI=@localhost:5001"]
smpServers = ["smp://LcJUMfVhwD8yxjAiSaDzzGF3-kLG4Uh0Fl_ZIjrRwjI=@localhost:5001"],
logging = False
}
termSettings :: VirtualTerminalSettings