Control: reopen -1 

On Tue, Nov 26, 2024 at 02:57:36PM +0200, Faidon Liambotis wrote:
> But in the meantime, this level should probably be patched locally to
> decrease the value. "0" (no debug) would match upstream, but "1"
> (warnings) could probably be OK, too?

I saw you decreased this to 1 after all. Thanks to being responsive to
my report and suggestion!

Unfortunately, I was not correct that "1" would be "OK", as this is
still way too noisy:
    MicroPython v1.24.1+ds-1 on 2025-03-08; linux [GCC 14.2.0] version
    Use Ctrl-D to exit, Ctrl-E for paste mode
    >>> import mip
    >>> mip.install("requests")
    Installing requests (latest) from https://micropython.org/pi/v2 to 
/home/paravoid/.micropython/lib
    DBG:./library/ssl_tls13_generic.c:1552: 0x7feba25398b8: Perform PSA-based 
ECDH/FFDH computation.
    
    DBG:./library/ssl_msg.c:4244: 0x7feba25398b8: 
mbedtls_ssl_handle_message_type() returned -30848 (-0x7880)
    
    DBG:./library/ssl_msg.c:5851: 0x7feba25398b8: mbedtls_ssl_read_record() 
returned -30848 (-0x7880)
    
    DBG:./library/ssl_tls13_generic.c:1552: 0x7feba253c0b8: Perform PSA-based 
ECDH/FFDH computation.
    
    Copying: /home/paravoid/.micropython/lib/requests/__init__.mpy
    DBG:./library/ssl_msg.c:4244: 0x7feba253c0b8: 
mbedtls_ssl_handle_message_type() returned -30848 (-0x7880)
    
    DBG:./library/ssl_msg.c:5851: 0x7feba253c0b8: mbedtls_ssl_read_record() 
returned -30848 (-0x7880)
    
    DBG:./library/ssl_msg.c:4861: 0x7feba253c0b8: mbedtls_ssl_fetch_input() 
returned -29312 (-0x7280)
    
    DBG:./library/ssl_msg.c:4220: 0x7feba253c0b8: ssl_get_next_record() 
returned -29312 (-0x7280)

So I think this should be set to 0 in production builds after all.

Regards,
Faidon

PS. I think you may have forgotten to push your latest changes to salsa.

Reply via email to