summaryrefslogtreecommitdiffstats
path: root/doc/book-enea-edge-automation-user-guide/doc/troubleshooting_guide.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/book-enea-edge-automation-user-guide/doc/troubleshooting_guide.xml')
-rw-r--r--doc/book-enea-edge-automation-user-guide/doc/troubleshooting_guide.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/book-enea-edge-automation-user-guide/doc/troubleshooting_guide.xml b/doc/book-enea-edge-automation-user-guide/doc/troubleshooting_guide.xml
new file mode 100644
index 0000000..6358bf7
--- /dev/null
+++ b/doc/book-enea-edge-automation-user-guide/doc/troubleshooting_guide.xml
@@ -0,0 +1,20 @@
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<chapter id="troubleshooting_guide">
3 <title>Troubleshooting Guide</title>
4
5 <para>The following are best practices and possible solutions to problems
6 that may occur during operation:</para>
7
8 <itemizedlist>
9 <listitem>
10 <para>Ansible logs are not written into the
11 <literal>log/ansible.log</literal> file when the
12 <literal>stdout_callback</literal> is set to
13 <literal>selective</literal> in the <literal>ansible.cfg</literal> file.
14 For debugging, check the Python logs from the
15 <literal>log/debug.log</literal> file or change the
16 <literal>stdout_callback</literal> to <literal>debug</literal> and rerun
17 the test.</para>
18 </listitem>
19 </itemizedlist>
20</chapter> \ No newline at end of file