summaryrefslogtreecommitdiffstats
path: root/conf.d/etc/default/xds-server
blob: 4bf2ae6427ccd8c53a378c37be808f475217a50b (plain)
1
2
3
4
5
6
7
8
9
10
11
# defaults file for XDS Server
# this file is used for service environment in /usr/lib/systemd/user/xds-server.service

# JSON config file to use
#APP_CONFIG=${HOME}/.xds/server/server-config.json

# Logging level (supported levels: panic, fatal, error, warn, info, debug)
LOG_LEVEL=info

# Filename where logs will be redirected (default stdout)
LOG_FILENAME=/tmp/xds-server/logs/xds-server.log