Improved pdns dev config

This commit is contained in:
Jamie Curnow
2023-03-05 22:36:14 +10:00
parent 0dd713e634
commit 0244187c29
2 changed files with 188 additions and 20 deletions

View File

@ -130,7 +130,7 @@ func getCommonArgs() []string {
}
args = append(args, "--log", "/data/logs/acme.sh.log")
// args = append(args, "--debug", "2")
args = append(args, "--debug", "2")
return args
}