package
1.1.1
Repository: https://github.com/becklyn/go-fx-core.git
Documentation: pkg.go.dev

# README

Logrus (logging)

fx.Invoke(func(logger *logrus.Logger) {
	// use logger here
}),

The log level can be configured using the LOG_LEVEL env variable. Default level is info.

Possible values:

  • debug
  • info (this is the default / fallback level)
  • warn
  • error
  • fatal

# Variables

No description provided by the author
No description provided by the author