mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 20:05:50 +02:00
add in-built logging support for a better dev experience
This commit is contained in:
parent
0c6cbe7746
commit
077f113618
136 changed files with 6685 additions and 7711 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue