add loggin option to test
This commit is contained in:
parent
32a105bac8
commit
f47494e5c8
@ -39,7 +39,8 @@ opts :: ChatOpts
|
|||||||
opts =
|
opts =
|
||||||
ChatOpts
|
ChatOpts
|
||||||
{ dbFile = undefined,
|
{ dbFile = undefined,
|
||||||
smpServers = ["smp://LcJUMfVhwD8yxjAiSaDzzGF3-kLG4Uh0Fl_ZIjrRwjI=@localhost:5001"]
|
smpServers = ["smp://LcJUMfVhwD8yxjAiSaDzzGF3-kLG4Uh0Fl_ZIjrRwjI=@localhost:5001"],
|
||||||
|
logging = False
|
||||||
}
|
}
|
||||||
|
|
||||||
termSettings :: VirtualTerminalSettings
|
termSettings :: VirtualTerminalSettings
|
||||||
|
Loading…
Reference in New Issue
Block a user