summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-09-26 10:23:10 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-09-26 11:00:50 +1000
commit077f11361805417c15234c62a9f9aa022f913d43 (patch)
tree2cf25beba4f96b55392f09d733a14c25c149de07 /scripts
parent0c6cbe7746660155df0645f01d37150099d21f49 (diff)
add in-built logging support for a better dev experience
Diffstat (limited to 'scripts')
-rw-r--r--scripts/generate_cheatsheet.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate_cheatsheet.go b/scripts/generate_cheatsheet.go
index e61a72dd2..0b468f2d0 100644
--- a/scripts/generate_cheatsheet.go
+++ b/scripts/generate_cheatsheet.go
@@ -123,7 +123,7 @@ func getBindingSections(mApp *app.App) []*bindingSection {
for _, group := range groupedBindings {
contextAndView := group.contextAndView
contextBindings := group.bindings
- mApp.Log.Warn("viewname: " + contextAndView.viewName + ", context: " + contextAndView.context)
+ mApp.Log.Info("viewname: " + contextAndView.viewName + ", context: " + contextAndView.context)
viewName := contextAndView.viewName
if viewName == "" {
viewName = "global"