honnor ASPNET_LOG_LEVEL=warn|err|info ...
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user