Index: /branches/rel_apv_10_7/usr/click/lib/libparser/commands.pm
===================================================================
--- /branches/rel_apv_10_7/usr/click/lib/libparser/commands.pm	(revision 39414)
+++ /branches/rel_apv_10_7/usr/click/lib/libparser/commands.pm	(working copy)
@@ -719,30 +719,6 @@
 						],
 	},
 
-	# cloud az set log
-
-	{
-		obj_type => "MENU",
-		name => "log",
-		parent_menu => "root_cloud_azure_set",
-		uniq_name => "root_cloud_azure_set_log",
-		cmd_attribute => "CMD_ARRAYOS|CMD_SPROXY|CMD_NORMAL",
-		user_level => "CLI_LEVEL_CONFIG",
-		help_string => "Set the status of the log functionality",
-	},
-
-	# cloud az set loglevel
-
-	{
-		obj_type => "MENU",
-		name => "loglevel",
-		parent_menu => "root_cloud_azure_set",
-		uniq_name => "root_cloud_azure_set_loglevel",
-		cmd_attribute => "CMD_ARRAYOS|CMD_SPROXY|CMD_NORMAL",
-		user_level => "CLI_LEVEL_CONFIG",
-		help_string => "Set the severity of the log functionality",
-	},
-
 	# cloud az clear
 
 	{
@@ -852,7 +828,7 @@
 		obj_type => "ITEM",
 		name => "on",
 		menu => "root_cloud_azure_log",
-		help_string => "Enable both Failover and Recover function in Azure",
+		help_string => "Set the log functionality on",
 		cmd_attribute => "CMD_ARRAYOS|CMD_SPROXY|CMD_NORMAL|CMD_KILLABLE|CMD_NON_MORE",
 		user_level => "CLI_LEVEL_CONFIG",
 		function_name => "cloud_az_set_log_on",
@@ -865,7 +841,7 @@
 		obj_type => "ITEM",
 		name => "off",
 		menu => "root_cloud_azure_log",
-		help_string => "Disable both Failover and Recover function in Azure",
+		help_string => "Set the log functionality off",
 		cmd_attribute => "CMD_ARRAYOS|CMD_SPROXY|CMD_NORMAL|CMD_KILLABLE|CMD_NON_MORE",
 		user_level => "CLI_LEVEL_CONFIG",
 		function_name => "cloud_az_set_log_off",
