|
@@ -75,6 +75,9 @@ func logHelper(ctx context.Context, level string, msg string) {
|
|
|
_, _ = fmt.Fprintf(writer, "[%s] %v | %s | %s \n", level, now.Format("2006/01/02 - 15:04:05"), id, msg)
|
|
_, _ = fmt.Fprintf(writer, "[%s] %v | %s | %s \n", level, now.Format("2006/01/02 - 15:04:05"), id, msg)
|
|
|
logCount++ // we don't need accurate count, so no lock here
|
|
logCount++ // we don't need accurate count, so no lock here
|