mirror of
https://github.com/documize/community.git
synced 2025-08-02 12:05:23 +02:00
Boot process logger message consistency and improvements
This commit is contained in:
parent
2336dab69f
commit
4c733ce581
4 changed files with 12 additions and 8 deletions
|
@ -47,5 +47,5 @@ func Register(rt *env.Runtime, s *domain.Store) {
|
|||
provider.Register("flowchart", &flowchart.Provider{Runtime: rt, Store: s})
|
||||
|
||||
p := provider.List()
|
||||
rt.Log.Info(fmt.Sprintf("Registered %d sections", len(p)))
|
||||
rt.Log.Info(fmt.Sprintf("Extensions: registered %d section types", len(p)))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue