summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.server
diff options
context:
space:
mode:
Diffstat (limited to 'src/com.gluster.storage.management.server')
-rw-r--r--src/com.gluster.storage.management.server/src/com/gluster/storage/management/server/constants/VolumeOptionsDefaults.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com.gluster.storage.management.server/src/com/gluster/storage/management/server/constants/VolumeOptionsDefaults.java b/src/com.gluster.storage.management.server/src/com/gluster/storage/management/server/constants/VolumeOptionsDefaults.java
index 4093a4ee..5c9a6505 100644
--- a/src/com.gluster.storage.management.server/src/com/gluster/storage/management/server/constants/VolumeOptionsDefaults.java
+++ b/src/com.gluster.storage.management.server/src/com/gluster/storage/management/server/constants/VolumeOptionsDefaults.java
@@ -100,9 +100,9 @@ public class VolumeOptionsDefaults {
volumeOptionsInfo.add(new VolumeOptionInfo("diagnostics.dump-fd-stats",
"Statistics related to file-operations would be tracked inside GlusterFS data-structures.", "off"));
volumeOptionsInfo.add(new VolumeOptionInfo("diagnostics.brick-log-level",
- "Changes the log-level of the bricks (servers).", "NORMAL"));
+ "Changes the log-level of the bricks (servers).", "INFO"));
volumeOptionsInfo.add(new VolumeOptionInfo("diagnostics.client-log-level",
- "Changes the log-level of the clients.", "NORMAL"));
+ "Changes the log-level of the clients.", "INFO"));
volumeOptionsInfo.add(new VolumeOptionInfo("nfs.enable-ino32",
"Use this option from the CLI to make Gluster NFS return 32-bit inode numbers instead of 64-bit.",
"off"));