mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-31 06:03:06 +02:00
refactor: improve task management with xsync for concurrent access and enhance callback and subtasks handling as well as memory allocation
This commit is contained in:
9
internal/utils/testing/log.go
Normal file
9
internal/utils/testing/log.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package expect
|
||||
|
||||
import "github.com/rs/zerolog"
|
||||
|
||||
func init() {
|
||||
if isTest {
|
||||
zerolog.SetGlobalLevel(zerolog.DebugLevel)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user