Skip to content

Commit

Permalink
Merge pull request #9 from NixM0nk3y/withfix
Browse files Browse the repository at this point in the history
Copy flushTimeout across to new core
  • Loading branch information
TheZeroSlave authored Jul 9, 2020
2 parents 1ff308f + 41d0d60 commit 67779c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func (c *core) with(fs []zapcore.Field) *core {
return &core{
client: c.client,
cfg: c.cfg,
flushTimeout: c.flushTimeout,
fields: m,
LevelEnabler: c.LevelEnabler,
}
Expand Down

0 comments on commit 67779c5

Please sign in to comment.