Standardized XDS config file name and location.
[src/xds/xds-server.git] / conf.d / etc / default / xds-server
1 # defaults file for XDS Server
2 # this file is used for service environment in /usr/lib/systemd/user/xds-server.service
3
4 # JSON config file to use
5 #APP_CONFIG=${HOME}/.xds/server/server-config.json
6
7 # Logging level (supported levels: panic, fatal, error, warn, info, debug)
8 LOG_LEVEL=info
9
10 # Filename where logs will be redirected (default stdout)
11 LOG_FILENAME=/tmp/xds-server/logs/xds-server.log