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:
parent
4cdb2f820b
commit
45dde0cf4a
2 changed files with 12 additions and 2 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue