diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2020-03-06 18:48:13 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2020-03-06 18:48:13 +0000 |
| commit | 427e5c14454804c28bd6fa2205bb4121f52c1fbd (patch) | |
| tree | 6ba857b2184c3b09401845a6dff67224cfbe1417 /internal/config/common.go | |
| parent | dac4449cfb308819b5c44c3895d5a83228eeaf16 (diff) | |
| parent | a4f8e0926a1a6888cbab1cfd94229cf1cc5cba7d (diff) | |
merge master
Diffstat (limited to 'internal/config/common.go')
| -rw-r--r-- | internal/config/common.go | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/internal/config/common.go b/internal/config/common.go index a09a3ad..103b390 100644 --- a/internal/config/common.go +++ b/internal/config/common.go @@ -10,9 +10,12 @@ type CommonConfig struct { // stdout: only log to stdout (useful when used with systemd) // daily: create a log file for every day LogStrategy string - LogDir string - CacheDir string - TmpDir string `json:",omitempty"` + // The log directory + LogDir string + // The cache directory + CacheDir string + // The temp directory + TmpDir string `json:",omitempty"` } // Create a new default configuration. |
