summaryrefslogtreecommitdiffstats
path: root/docs/logging.rst
blob: 187eb03b762989d0b541a348610da7032c70b4d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.
an class="na">whitelist_externals = echo git sh [testenv:local] basepython = python3 deps = -r{toxinidir}/../etc/requirements.txt commands = git submodule update --depth 100 --init sphinx-build -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html echo "Generated docs available in {toxinidir}/_build/html" whitelist_externals = echo git [testenv:docs-linkcheck] basepython = python3 deps = -r{toxinidir}/../etc/requirements.txt commands = echo "Link Checking not enforced" #commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck whitelist_externals = echo [testenv:spellcheck] basepython = python3 deps = -r{toxinidir}/../etc/requirements.txt sphinxcontrib-spelling commands = sphinx-build -b spelling -Dextensions=sphinxcontrib.spelling -Dspelling_word_list_filename=validwords.txt -d {envtmpdir}/doctrees ./ {toxinidir}/_build/spellcheck