Skip to content

Commit

Permalink
Merge pull request #27 from FishGoddess/develop
Browse files Browse the repository at this point in the history
v1.5.8-alpha
  • Loading branch information
FishGoddess authored Dec 27, 2023
2 parents 4d6fb85 + 783825f commit 378bde1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## ✒ 历史版本的特性介绍 (Features in old versions)

### v1.5.8-alpha

> 此版本发布于 2023-12-27
* 调整生产选项,去除 pid 的输出

### v1.5.7-alpha

> 此版本发布于 2023-12-22
Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,5 +317,5 @@ package logit // import "github.com/FishGoddess/logit"

const (
// Version is the version string representation of logit.
Version = "v1.5.7-alpha"
Version = "v1.5.8-alpha"
)
2 changes: 1 addition & 1 deletion option.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ func WithSyncTimer(d time.Duration) Option {
// We recommend you to use them, so we provide this convenient way to create such a logger.
func ProductionOptions() []Option {
opts := []Option{
WithInfoLevel(), WithPID(), WithRotateFile("./logit.log"),
WithInfoLevel(), WithRotateFile("./logit.log"),
}

return opts
Expand Down

0 comments on commit 378bde1

Please sign in to comment.