summaryrefslogtreecommitdiffstats
path: root/docs/logging.rst
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-10-12 09:04:22 -0400
committerDan Timoney <dtimoney@att.com>2017-10-12 09:04:22 -0400
commitadef520003cc54ae60fc62154df8caacb0610243 (patch)
tree414084e9852702af72d6bb4aec84c9a6d076c10c /docs/logging.rst
parent73d1bd7ab120c112f0febbcfa5b549be7e9754ea (diff)
Add readthedocs documentation for sli/northbound
Add readthedocs documentation for sli/northbound. Change-Id: I8ca9d7e839408094ab3754500d71fe7463f0b0e4 Issue-ID: CCSDK-107 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'docs/logging.rst')
-rw-r--r--docs/logging.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/logging.rst b/docs/logging.rst
new file mode 100644
index 00000000..187eb03b
--- /dev/null
+++ b/docs/logging.rst
@@ -0,0 +1,14 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+Logging
+=======
+CCSDK uses slf4j to log messages to the standard OpenDaylight karaf.log
+log file.
+
+Where to Access Information
+---------------------------
+Logs are found within the SDNC docker container, in the directory
+/opt/opendaylight/current/data/logs.
+
+