Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

日志时间有问题 #27

Closed
opdays opened this issue Apr 14, 2021 · 2 comments
Closed

日志时间有问题 #27

opdays opened this issue Apr 14, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@opdays
Copy link

opdays commented Apr 14, 2021

System (please complete the following information):

  • OS: windows
  • GO Version: 1.16
  • Pkg Version: master

日志时间有问题

A clear and concise description of what the bug is.

To Reproduce

package main

import (
	"github.com/gookit/slog"
	"testing"
	"time"
)

func TestLog(t *testing.T) {
	count := 0
	for {
		slog.Infof("info log %d",count)
		time.Sleep(time.Second)
		count++
	}
}

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots
image

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

@inhere inhere added the bug Something isn't working label Apr 14, 2021
@inhere
Copy link
Member

inhere commented Apr 14, 2021

感谢报告! 我看看

@inhere inhere closed this as completed in 5b22587 Apr 14, 2021
@inhere
Copy link
Member

inhere commented Apr 14, 2021

已经修复了,打了新tag 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants