diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-01-18 17:51:56 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-01-18 17:52:04 +0100 |
commit | 6c67543bed62904bfe591c1b0e9cc251ced67c09 (patch) | |
tree | f1de2fa8cd455b4cedba943502e63c2f7d74bf92 /conf.d/etc/default | |
parent | 650cedf181cd8dd8aa36e30999faf2b510090cbd (diff) |
Update to correct variable name.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'conf.d/etc/default')
-rw-r--r-- | conf.d/etc/default/xds-agent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/etc/default/xds-agent b/conf.d/etc/default/xds-agent index 93d56cb..35b8b38 100644 --- a/conf.d/etc/default/xds-agent +++ b/conf.d/etc/default/xds-agent @@ -2,4 +2,4 @@ # this file is used for service environment in /usr/lib/systemd/user/xds-agent.service # Logging level (supported levels: panic, fatal, error, warn, info, debug) -LOG_LEVEL=info +XDS_LOGLEVEL=info |