Updated logging

This commit is contained in:
netbenix 2021-11-06 21:20:49 +01:00
parent ff9e4b3e3a
commit 4859b622a5
6 changed files with 13 additions and 12 deletions

View file

@ -4,7 +4,6 @@ import (
"github.com/urfave/cli/v2"
"lpm-cli/Commands"
"lpm-cli/Informations"
"github.com/sirupsen/logrus"
"lpm-cli/Lotus"
"os"
)
@ -12,7 +11,7 @@ import (
func main() {
logger := Lotus.CreateLogger("mainThread", logrus.InfoLevel)
logger := Lotus.Logger("mainThread")
app := &cli.App {
Name: "lotus-pm",