Adding ONOS Segment Routing CLI files to new repo
diff --git a/cli/documentation/en_US/controller/logging-example b/cli/documentation/en_US/controller/logging-example
new file mode 100755
index 0000000..0dd1ec6
--- /dev/null
+++ b/cli/documentation/en_US/controller/logging-example
@@ -0,0 +1,13 @@
+logging on
+  Enable logging
+
+no logging on
+  Disable logging
+
+logging server 1.2.3.4
+  Send syslog records to a specific server or domain name
+
+logging server 1.2.2.4 level warning
+  Send syslog messages at a specific level (numeric or symbolic)
+
+no logging server 1.2.3.4