summaryrefslogtreecommitdiffstats
path: root/app/admin.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/admin.go')
-rw-r--r--app/admin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/admin.go b/app/admin.go
index 6e6f8c604..609e37c96 100644
--- a/app/admin.go
+++ b/app/admin.go
@@ -28,7 +28,7 @@ func GetLogs(page, perPage int) ([]string, *model.AppError) {
if einterfaces.GetClusterInterface() != nil && *utils.Cfg.ClusterSettings.Enable {
lines = append(lines, "-----------------------------------------------------------------------------------------------------------")
lines = append(lines, "-----------------------------------------------------------------------------------------------------------")
- lines = append(lines, einterfaces.GetClusterInterface().GetClusterId())
+ lines = append(lines, einterfaces.GetClusterInterface().GetMyClusterInfo().Hostname)
lines = append(lines, "-----------------------------------------------------------------------------------------------------------")
lines = append(lines, "-----------------------------------------------------------------------------------------------------------")
}