|
2 | 2 | .\" SPDX-License-Identifier: ISC |
3 | 3 | .\" |
4 | 4 | .\" Copyright (c) 2019-2021 Robert Manner <[email protected]> |
5 | | -.\" Copyright (c) 2019-2023 Todd C. Miller <[email protected]> |
| 5 | +.\" Copyright (c) 2019-2025 Todd C. Miller <[email protected]> |
6 | 6 | .\" |
7 | 7 | .\" Permission to use, copy, modify, and distribute this software for any |
8 | 8 | .\" purpose with or without fee is hereby granted, provided that the above |
|
16 | 16 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
17 | 17 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
18 | 18 | .\" |
19 | | -.Dd January 16, 2023 |
| 19 | +.Dd February 26, 2025 |
20 | 20 | .Dt SUDO_PLUGIN_PYTHON @mansectform@ |
21 | 21 | .Os Sudo @PACKAGE_VERSION@ |
22 | 22 | .Sh NAME |
@@ -1403,14 +1403,14 @@ one or more messages to log |
1403 | 1403 | .Em Available log levels: |
1404 | 1404 | .Bl -column "name in sudo.conf" "Python constant" "only critical messages" |
1405 | 1405 | .It Sy sudo.conf name Ta Sy Python constant Ta Sy description |
1406 | | -.It crit Ta Dv sudo.DEBUG.CRIT Ta only critical messages |
1407 | | -.It err Ta Dv sudo.DEBUG.ERROR Ta |
1408 | | -.It warn Ta Dv sudo.DEBUG.WARN Ta |
1409 | | -.It notice Ta Dv sudo.DEBUG.NOTICE Ta |
1410 | | -.It diag Ta Dv sudo.DEBUG.DIAG Ta |
1411 | | -.It info Ta Dv sudo.DEBUG.INFO Ta |
1412 | | -.It trace Ta Dv sudo.DEBUG.TRACE Ta |
1413 | | -.It debug Ta Dv sudo.DEBUG.DEBUG Ta very extreme verbose debugging |
| 1406 | +.It crit Ta Dv sudo.DEBUG.CRIT Ta critical errors |
| 1407 | +.It err Ta Dv sudo.DEBUG.ERROR Ta non-critical errors |
| 1408 | +.It warn Ta Dv sudo.DEBUG.WARN Ta non-fatal warnings |
| 1409 | +.It notice Ta Dv sudo.DEBUG.NOTICE Ta non-error condition notices |
| 1410 | +.It diag Ta Dv sudo.DEBUG.DIAG Ta diagnostic messages |
| 1411 | +.It info Ta Dv sudo.DEBUG.INFO Ta informational message |
| 1412 | +.It trace Ta Dv sudo.DEBUG.TRACE Ta log function enter/exit |
| 1413 | +.It debug Ta Dv sudo.DEBUG.DEBUG Ta very verbose debugging |
1414 | 1414 | .El |
1415 | 1415 | .Pp |
1416 | 1416 | .Em Using the logging module |
|
0 commit comments