diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-17 17:10:45 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-17 17:10:45 +0200 |
commit | a50baa7c309f7eb55fe87c71f4c688ace325b6ac (patch) | |
tree | 14ed08e3abad729bce718bfbd596eb62d1676675 /agent-config.json.in | |
parent | 59784289d1d0296e470c46dc279aa3576c60801e (diff) |
Add logsDir setting and more
- add logsDir setting in config.json
- redirect Syncthing and Syncthing-inotify into log files
- Use autogenerated Syncthing apikey if gui-apikey not set in config.json
Diffstat (limited to 'agent-config.json.in')
-rw-r--r-- | agent-config.json.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/agent-config.json.in b/agent-config.json.in index a0c0ad5..3ee736d 100644 --- a/agent-config.json.in +++ b/agent-config.json.in @@ -1,4 +1,5 @@ { + "logsDir": "/tmp/xds-agent/logs", "syncthing": { "binDir": "./bin", "home": "${ROOT_DIR}/tmp/local_dev/syncthing-config", |