# 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
