aboutsummaryrefslogtreecommitdiffstats
path: root/docs/logging.rst
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-10-11 11:51:09 -0400
committerDan Timoney <dtimoney@att.com>2017-10-11 11:52:58 -0400
commit69afaf3212efcdbf90ed365a1b64e8f87765390b (patch)
tree0b8f636adc348d53cb0e67c4051839f640076f42 /docs/logging.rst
parentc6856e5f2932485bc2f037e77e5445c2cab37f53 (diff)
Add readthedocs skeleton files to sli/adaptors
Add readthedocs sections to sli/adaptors Change-Id: I129db2b2b553165f18e69cfffd056b89d5c09f36 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.
+
+