logger

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// 全局日志变量
	Log    *zap.SugaredLogger
	Logger *zap.Logger
)

Functions

func InitLogger

func InitLogger(cfg *config.Config)

*

  • 初始化日志
  • filename 日志文件路径
  • level 日志级别
  • maxSize 每个日志文件保存的最大尺寸 单位: M
  • maxBackups 日志文件最多保存多少个备份
  • maxAge 文件最多保存多少天
  • compress 是否压缩
  • serviceName 服务名
  • 由于zap不具备日志切割功能, 这里使用lumberjack配合

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL