Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2300)

Unified Diff: appengine/cmd/milo/Makefile

Issue 1622553005: Remove log filtering and add stringsetflag. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: error on empty Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/cmd/dm/frontend/apigen.go ('k') | common/flag/stringsetflag/stringsetflag.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/cmd/milo/Makefile
diff --git a/appengine/cmd/milo/Makefile b/appengine/cmd/milo/Makefile
index c73e7af92c9e43493f23cd5c25c8a450fd5000cd..df6a7a07b5d7862975a7bc5820335ca3a8e13663 100644
--- a/appengine/cmd/milo/Makefile
+++ b/appengine/cmd/milo/Makefile
@@ -6,4 +6,4 @@ mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
projdir := $(patsubst %/,%,$(dir $(mkfile_path)))
dev:
- $(projdir)/../../../../../../../../luci/appengine/components/tools/gae.py devserver --app-dir $(projdir) -- --host 0.0.0.0 --port 8081 --log_level debug
+ $(projdir)/../../../../../../../../luci/appengine/components/tools/gae.py devserver --app-dir $(projdir) -- --host 0.0.0.0 --port 8081 --log-level debug
« no previous file with comments | « appengine/cmd/dm/frontend/apigen.go ('k') | common/flag/stringsetflag/stringsetflag.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698