Skip to content

Commit

Permalink
alter log package
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangymPerson committed Oct 30, 2022
1 parent 1cec299 commit 41a16ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/config/parser/configuration_parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"path/filepath"
"testing"

"github.com/seata/seata-go/pkg/common/log"
"github.com/seata/seata-go/pkg/util/log"
"github.com/stretchr/testify/assert"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/config/seata_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ package config
import (
"path/filepath"

"github.com/seata/seata-go/pkg/common/log"
"github.com/seata/seata-go/pkg/config/parser"
"github.com/seata/seata-go/pkg/util/log"
)

var (
Expand Down

0 comments on commit 41a16ee

Please sign in to comment.