mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
log
This commit is contained in:
parent
a47c0c91a3
commit
7604b24ffc
@ -1 +1 @@
|
||||
Subproject commit e2b32de2f93ff46662104833c8de5d5b44a2f25d
|
||||
Subproject commit 2257ac8ee528fb1e0038f85e34c8770fbe4758e3
|
@ -16,7 +16,7 @@ var (
|
||||
|
||||
func MinioInit() {
|
||||
operationID := utils.OperationIDGenerator()
|
||||
log.NewInfo(operationID, utils.GetSelfFuncName())
|
||||
log.NewInfo(operationID, utils.GetSelfFuncName(), "minio config: ", config.Config.Credential.Minio)
|
||||
minioUrl, err := url2.Parse(config.Config.Credential.Minio.Endpoint)
|
||||
if err != nil {
|
||||
log.NewError(operationID, utils.GetSelfFuncName(), "parse failed, please check config/config.yaml", err.Error())
|
||||
|
Loading…
x
Reference in New Issue
Block a user