Commit 1c97c87
committed
Improve logging in RADIUS server and client
This commit provides the following improvements for the logging:
1. Switch to info from debug in the logging messages for the incoming
requests and outgoing responses. There is no big sense in these
messages anyway if everything is normal but more useful during
debugging process.
2. Add logging to the RADIUS client if hostname can not be
resolved. The log messages are added only to the place where we handle
secondary/failover RADIUS servers to not spam with such messages.
3. Remove additional log message for the outgoing response. We already
have such message from the point 1 which has everything what the
removed message had except the RADIUS server name.1 parent 25c5474 commit 1c97c87
2 files changed
+10
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
438 | | - | |
439 | | - | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
440 | 444 | | |
441 | 445 | | |
442 | 446 | | |
| |||
630 | 634 | | |
631 | 635 | | |
632 | 636 | | |
| 637 | + | |
633 | 638 | | |
634 | 639 | | |
635 | 640 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | | - | |
| 339 | + | |
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
| |||
0 commit comments