Skip to content
Snippets Groups Projects
Commit 88ae56d4 authored by Georgy Moshkin's avatar Georgy Moshkin :speech_balloon:
Browse files

test: verbose logging in test/inner.rs

parent 84f665fd
No related branches found
No related tags found
1 merge request!259feat(network): arbitrary sync/async rpc requests
...@@ -1021,6 +1021,7 @@ fn test_one(t: &InnerTest) { ...@@ -1021,6 +1021,7 @@ fn test_one(t: &InnerTest) {
let cfg = tarantool::Cfg { let cfg = tarantool::Cfg {
listen: Some("127.0.0.1:0".into()), listen: Some("127.0.0.1:0".into()),
read_only: false, read_only: false,
log_level: ::tarantool::log::SayLevel::Verbose as u8,
..Default::default() ..Default::default()
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment