Commit 92c5568
authored
Rel v25.10.2 part2 (#1741)
* start new dev branch
* Change NVX disable message from RuntimeWarning to info logging
When users explicitly disable NVX via AUTOBAHN_USE_NVX=0 (a valid
configuration choice), they were getting a noisy RuntimeWarning on
every import. This is not a warning condition - it's informational
feedback about their intentional configuration.
Changed from warnings.warn(RuntimeWarning) to log.info() so users
can still see the message if they configure logging to show info
level, but it won't be noisy by default.
Fixes #17371 parent ab248f6 commit 92c5568
File tree
2 files changed
+13
-4
lines changed- .audit
- autobahn/websocket
2 files changed
+13
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
| 32 | + | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| |||
107 | 110 | | |
108 | 111 | | |
109 | 112 | | |
110 | | - | |
| 113 | + | |
111 | 114 | | |
112 | | - | |
113 | | - | |
114 | | - | |
| 115 | + | |
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
| |||
0 commit comments