feat(proxy-server): allow setting proxy log level (#3989)

This commit is contained in:
Erez Rokah
2020-07-06 18:50:39 +03:00
committed by GitHub
parent 2da824bf71
commit 3e0d0886d9
10 changed files with 226 additions and 37 deletions

View File

@ -1,4 +1,6 @@
# optional, defaults to current directory
GIT_REPO_DIRECTORY=FULL_PATH_TO_LOCAL_GIT_REPO
# optional, defaults to 8081
PORT=CUSTOM_PORT
PORT=CUSTOM_PORT
# optional, defaults to false
LOG_LEVEL=info