added server logging to file, added logging and formatting to info and lock commands

This commit is contained in:
2020-06-09 23:22:07 -04:00
parent 441a9ed233
commit 161843f4c8
15 changed files with 126 additions and 66 deletions

View File

@@ -1,3 +1,4 @@
logfile = "gvclog.log"
version = "0.1"
port = 80
ip = ""
@@ -15,7 +16,7 @@ reporootpath = "F:\\repos"
key = "12345"
lastcommit = "4343434343434"
[repo.locked]
files = ["client1.exe", "client2.exe"]
files = ["client1.exe", "client2.exe", "client.go"]
[repo.defaultignore]
[repo.nocompress]