Skip to content

Commit

Permalink
FEATURE set stdoutlevel & sysloglevel to 3 & remove "common" section …
Browse files Browse the repository at this point in the history
…from configs
  • Loading branch information
vbaranovskiy-plesk committed Jun 6, 2023
1 parent fc3dc0b commit ef21913
Show file tree
Hide file tree
Showing 25 changed files with 67 additions and 48 deletions.
4 changes: 2 additions & 2 deletions test/config-next/va.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
]
},
"syslog": {
"stdoutlevel": 6,
"sysloglevel": 6
"stdoutlevel": 3,
"sysloglevel": 3
},
"openTelemetry": {
"endpoint": "bjaeger:4317",
Expand Down
4 changes: 2 additions & 2 deletions test/config/admin-revoker.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"features": {}
},
"syslog": {
"stdoutlevel": 6,
"sysloglevel": 6
"stdoutlevel": 3,
"sysloglevel": 3
}
}
4 changes: 2 additions & 2 deletions test/config/akamai-purger.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
},
"syslog": {
"stdoutlevel": 6,
"sysloglevel": 6
"stdoutlevel": 3,
"sysloglevel": 3
}
}
4 changes: 2 additions & 2 deletions test/config/bad-key-revoker.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"backoffIntervalMax": "2s"
},
"syslog": {
"stdoutlevel": 4,
"sysloglevel": 4
"stdoutlevel": 3,
"sysloglevel": 3
}
}
4 changes: 2 additions & 2 deletions test/config/ca-a.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
}
},
"syslog": {
"stdoutlevel": 4,
"sysloglevel": 4
"stdoutlevel": 3,
"sysloglevel": 3
}
}
4 changes: 2 additions & 2 deletions test/config/ca-b.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
}
},
"syslog": {
"stdoutlevel": 4,
"sysloglevel": 4
"stdoutlevel": 3,
"sysloglevel": 3
}
}
4 changes: 2 additions & 2 deletions test/config/cert-checker.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"syslog": {
"stdoutlevel": 6,
"sysloglevel": 6
"stdoutlevel": 3,
"sysloglevel": 3
}
}
4 changes: 2 additions & 2 deletions test/config/crl-storer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"awsCredsFile": "test/secrets/aws_creds.ini"
},
"syslog": {
"stdoutlevel": 6,
"sysloglevel": 6
"stdoutlevel": 3,
"sysloglevel": 3
}
}
4 changes: 2 additions & 2 deletions test/config/crl-updater.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"maxParallelism": 10
},
"syslog": {
"stdoutlevel": 6,
"sysloglevel": 6
"stdoutlevel": 3,
"sysloglevel": 3
}
}
4 changes: 2 additions & 2 deletions test/config/expiration-mailer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"frequency": "1h"
},
"syslog": {
"stdoutlevel": 6,
"sysloglevel": 6
"stdoutlevel": 3,
"sysloglevel": 3
}
}
4 changes: 2 additions & 2 deletions test/config/nonce-a.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"maxUsed": 131072,
"noncePrefix": "taro",
"syslog": {
"stdoutLevel": 6,
"syslogLevel": 6
"stdoutLevel": 3,
"syslogLevel": 3
},
"debugAddr": ":8111",
"grpc": {
Expand Down
4 changes: 2 additions & 2 deletions test/config/nonce-b.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"maxUsed": 131072,
"noncePrefix": "zinc",
"syslog": {
"stdoutLevel": 6,
"syslogLevel": 6
"stdoutLevel": 3,
"syslogLevel": 3
},
"debugAddr": ":8111",
"grpc": {
Expand Down
4 changes: 2 additions & 2 deletions test/config/notify-mailer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
},
"syslog": {
"stdoutLevel": 7,
"syslogLevel": 7
"stdoutLevel": 3,
"syslogLevel": 3
}
}
4 changes: 2 additions & 2 deletions test/config/observer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
debugaddr: :8040
buckets: [.001, .002, .005, .01, .02, .05, .1, .2, .5, 1, 2, 5, 10]
syslog:
stdoutlevel: 6
sysloglevel: 6
stdoutlevel: 3
sysloglevel: 3
monitors:
-
period: 5s
Expand Down
4 changes: 2 additions & 2 deletions test/config/orphan-finder.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"/hierarchy/intermediate-cert-ecdsa-a.pem"
],
"syslog": {
"stdoutlevel": 7,
"sysloglevel": 7
"stdoutlevel": 3,
"sysloglevel": 3
},
"tls": {
"caCertFile": "test/grpc-creds/minica.pem",
Expand Down
4 changes: 2 additions & 2 deletions test/config/publisher.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"features": {}
},
"syslog": {
"stdoutlevel": 6,
"sysloglevel": 6
"stdoutlevel": 3,
"sysloglevel": 3
}
}
4 changes: 2 additions & 2 deletions test/config/ra.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
}
},
"syslog": {
"stdoutlevel": 6,
"sysloglevel": 6
"stdoutlevel": 3,
"sysloglevel": 3
}
}
4 changes: 2 additions & 2 deletions test/config/rocsp-tool.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
},
"syslog": {
"stdoutlevel": 6,
"sysloglevel": 6
"stdoutlevel": 3,
"sysloglevel": 3
}
}
4 changes: 2 additions & 2 deletions test/config/sa.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}
},
"syslog": {
"stdoutlevel": 6,
"sysloglevel": 6
"stdoutlevel": 3,
"sysloglevel": 3
}
}
4 changes: 2 additions & 2 deletions test/config/va-remote-a.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
]
},
"syslog": {
"stdoutlevel": 4,
"sysloglevel": 4
"stdoutlevel": 3,
"sysloglevel": 3
}
}
4 changes: 2 additions & 2 deletions test/config/va-remote-b.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
]
},
"syslog": {
"stdoutlevel": 4,
"sysloglevel": 4
"stdoutlevel": 3,
"sysloglevel": 3
}
}
4 changes: 2 additions & 2 deletions test/config/va.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
]
},
"syslog": {
"stdoutlevel": 6,
"sysloglevel": 6
"stdoutlevel": 3,
"sysloglevel": 3
}
}
4 changes: 2 additions & 2 deletions test/config/wfe2.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
}
},
"syslog": {
"stdoutlevel": 4,
"sysloglevel": 6
"stdoutlevel": 3,
"sysloglevel": 3
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
<<<<<<< HEAD
"akamaiPurger": {
"debugAddr": ":9766",
"purgeRetries": 10,
Expand Down Expand Up @@ -35,7 +36,7 @@
}
},
"syslog": {
"stdoutlevel": 6,
"sysloglevel": -1
"stdoutlevel": 3,
"sysloglevel": 3
}
}
18 changes: 18 additions & 0 deletions test/issuer-ocsp-responder.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"ocspResponder": {
"source": "file:///hierarchy/intermediate-ocsp-rsa.b64",
"path": "/",
"listenAddress": "0.0.0.0:4003",
"issuerCerts": [
"/hierarchy/intermediate-cert-rsa-a.pem"
],
"timeout": "4.9s",
"shutdownStopTimeout": "10s",
"debugAddr": "localhost:8010"
},

"syslog": {
"stdoutlevel": 3,
"sysloglevel": 3
}
}

0 comments on commit ef21913

Please sign in to comment.