Remove timestamps from program logs

- Using suppress-timestamps for openvpn
- Using custom regexp for tinyproxy, shadowsocks and unbound
- Time is now only shown once per line
- Log level of subprogram is preserverd
This commit is contained in:
Quentin McGaw
2020-05-29 11:17:14 +00:00
parent cc80d224c2
commit 85a93bdd34
4 changed files with 26 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ func (c *configurator) BuildConf(connections []models.OpenVPNConnection, verbosi
"pull-filter ignore \"auth-token\"", // prevent auth failed loops
"auth-retry nointeract",
"remote-random",
"suppress-timestamps",
// Modified variables
fmt.Sprintf("verb %d", verbosity),