diff --git a/scripts/start_server/run-dockerfile.sh b/scripts/start_server/run-dockerfile.sh index 6880530..d843f02 100644 --- a/scripts/start_server/run-dockerfile.sh +++ b/scripts/start_server/run-dockerfile.sh @@ -4,6 +4,7 @@ docker run -d \ -p 5555-5560:5555-5560 \ -e port=5555 \ + -e log-level DEBUG \ -e password=admin \ -e timeout=1000 \ registry.gitlab.com/slumber/multi-user/multi-user-server:0.1.0 \ No newline at end of file diff --git a/scripts/start_server/start-server.sh b/scripts/start_server/start-server.sh index 09b8db6..f2c9579 100644 --- a/scripts/start_server/start-server.sh +++ b/scripts/start_server/start-server.sh @@ -2,4 +2,4 @@ # Start replication server locally, and include logging (requires replication_version=0.0.21a15) clear -replication.serve -p 5555 -pwd admin -t 1000 -l INFO -lf server.log \ No newline at end of file +replication.serve -p 5555 -pwd admin -t 1000 -l DEBUG -lf server.log \ No newline at end of file