Adding log-level to server startup scripts

This commit is contained in:
brybalicious
2020-10-08 18:35:08 +02:00
parent f779678c0e
commit 7892b5e9b6
2 changed files with 2 additions and 1 deletions

View File

@ -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
replication.serve -p 5555 -pwd admin -t 1000 -l DEBUG -lf server.log