Commit de4c523
committed
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 6ef556b commit de4c523
1 file changed
+5
-4
lines changed| 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