package grlogs import ( "testing" ) func TestGetLogger(t *testing.T) { GetLogger("nds").Debug("akldalskflasfa") }