honnor ASPNET_LOG_LEVEL=warn|err|info ...
This commit is contained in:
parent
0f38aa6024
commit
f4b2dc97b0
1 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@ DESTDIR=/srv/www/yavscpre
|
||||||
PRODDESTDIR=/srv/www/yavsc
|
PRODDESTDIR=/srv/www/yavsc
|
||||||
HOSTING=localhost
|
HOSTING=localhost
|
||||||
HOSTADMIN=root
|
HOSTADMIN=root
|
||||||
|
ASPNET_LOG_LEVEL=warn
|
||||||
|
|
||||||
include ../versioning.mk
|
include ../versioning.mk
|
||||||
include ../dnx.mk
|
include ../dnx.mk
|
||||||
|
|
@ -9,7 +10,7 @@ include ../dnx.mk
|
||||||
all: $(BINTARGETPATH)
|
all: $(BINTARGETPATH)
|
||||||
|
|
||||||
web: project.lock.json
|
web: project.lock.json
|
||||||
ASPNET_ENV=$(ASPNET_ENV) dnx web --configuration=$(CONFIGURATION)
|
ASPNET_LOG_LEVEL=$(ASPNET_LOG_LEVEL) ASPNET_ENV=$(ASPNET_ENV) dnx web --configuration=$(CONFIGURATION)
|
||||||
|
|
||||||
status:
|
status:
|
||||||
ifeq ($(git_status),0)
|
ifeq ($(git_status),0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue