summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-04-20 12:08:12 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-04-20 12:08:12 +0530
commit5c45f408fd6b1bbec96389f1dd48c80250d22b73 (patch)
treeafb3e99cd019167e72370f536aa3ac8efedbcce8 /src
parentefd04120cf9370394ab702cb526dcad6cafb7de2 (diff)
Bug 2812 - Default string "NORMAL" is introduced upon hitting enter for some "option value"
Diffstat (limited to 'src')
-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"));