mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-12-17 17:51:20 +08:00
add logs
This commit is contained in:
@@ -128,6 +128,7 @@ func (v VolumeServerOptions) startVolumeServer(volumeFolders, maxVolumeCounts, v
|
|||||||
|
|
||||||
if *v.ip == "" {
|
if *v.ip == "" {
|
||||||
*v.ip = util.DetectedHostAddress()
|
*v.ip = util.DetectedHostAddress()
|
||||||
|
glog.V(0).Infof("detected volume server ip address: %v", *v.ip)
|
||||||
}
|
}
|
||||||
|
|
||||||
if *v.publicPort == 0 {
|
if *v.publicPort == 0 {
|
||||||
|
|||||||
Reference in New Issue
Block a user