1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

Display memory usage and some metrics in logs

This commit is contained in:
Frédéric Guillot 2018-04-14 14:23:05 -07:00
parent 4cdb2f820b
commit 45dde0cf4a
2 changed files with 12 additions and 2 deletions

View file

@ -8,10 +8,9 @@ import (
"flag"
"fmt"
"github.com/miniflux/miniflux/logger"
"github.com/miniflux/miniflux/config"
"github.com/miniflux/miniflux/daemon"
"github.com/miniflux/miniflux/logger"
"github.com/miniflux/miniflux/storage"
"github.com/miniflux/miniflux/version"
)