Commit b23e006
committed
refactor: log-to-syslog in debug_flags will log internal trace msgs to syslog [citest_skip]
If you set __network_debug_flags=log-to-syslog then the internal trace messages which
are returned by the module will also be logged to syslog. This is useful for when
the network role hangs and times out and is killed before those messages can
be returned. The trace messages printed to syslog can help debug problems.
Signed-off-by: Rich Megginson <rmeggins@redhat.com>1 parent 1f5c1a4 commit b23e006
2 files changed
Lines changed: 16 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1822 | 1822 | | |
1823 | 1823 | | |
1824 | 1824 | | |
| 1825 | + | |
| 1826 | + | |
1825 | 1827 | | |
1826 | 1828 | | |
1827 | 1829 | | |
| |||
2019 | 2021 | | |
2020 | 2022 | | |
2021 | 2023 | | |
| 2024 | + | |
| 2025 | + | |
| 2026 | + | |
| 2027 | + | |
2022 | 2028 | | |
2023 | 2029 | | |
2024 | 2030 | | |
2025 | 2031 | | |
2026 | 2032 | | |
2027 | 2033 | | |
2028 | | - | |
| 2034 | + | |
2029 | 2035 | | |
2030 | 2036 | | |
2031 | 2037 | | |
| |||
2125 | 2131 | | |
2126 | 2132 | | |
2127 | 2133 | | |
| 2134 | + | |
2128 | 2135 | | |
| 2136 | + | |
2129 | 2137 | | |
2130 | 2138 | | |
2131 | 2139 | | |
| |||
2146 | 2154 | | |
2147 | 2155 | | |
2148 | 2156 | | |
| 2157 | + | |
2149 | 2158 | | |
| 2159 | + | |
2150 | 2160 | | |
2151 | 2161 | | |
2152 | 2162 | | |
| 2163 | + | |
2153 | 2164 | | |
| 2165 | + | |
2154 | 2166 | | |
2155 | 2167 | | |
2156 | 2168 | | |
| |||
2912 | 2924 | | |
2913 | 2925 | | |
2914 | 2926 | | |
| 2927 | + | |
2915 | 2928 | | |
2916 | 2929 | | |
2917 | 2930 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
| 134 | + | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
0 commit comments