Skip to content
Snippets Groups Projects
Commit 8ff0a6a8 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

replication: remove log_level = debug from tests

parent fa148512
No related merge requests found
......@@ -15,7 +15,7 @@ require('console').listen(os.getenv('ADMIN'))
box.cfg({
listen = instance_uri(INSTANCE_ID);
log_level = 7;
-- log_level = 7;
replication = {
USER..':'..PASSWORD..'@'..instance_uri(1);
USER..':'..PASSWORD..'@'..instance_uri(2);
......
......@@ -14,7 +14,7 @@ require('console').listen(os.getenv('ADMIN'))
box.cfg({
listen = instance_uri(INSTANCE_ID);
log_level = 7;
-- log_level = 7;
replication = {
instance_uri(1);
instance_uri(2);
......
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