You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jumperchen Hi!
Thank you, but I know about it.
I'm using the same logger in my project and FINE, FINER level too in my app. Socket-io lib add a lot of FINE messages. I want to overload libraries level
hi!
I used in app your library, but I have a lot of logs and can do nothing with it:
2021-01-20 14:15:08.225: [FINE] [socket_io_client:engine.Socket] flushing 1 packets in socket 2021-01-20 14:15:08.227: [FINE] [socket_io_client:engine.Socket] socket receive: type "pong", data "null" 2021-01-20 14:15:13.250: [FINE] [socket_io_client:engine.Socket] writing ping packet - expecting pong within 60000ms 2021-01-20 14:15:13.278: [FINE] [socket_io_client:engine.Socket] flushing 1 packets in socket 2021-01-20 14:15:13.280: [FINE] [socket_io_client:engine.Socket] socket receive: type "pong", data "null" 2021-01-20 14:15:28.228: [FINE] [socket_io_client:engine.Socket] writing ping packet - expecting pong within 60000ms 2021-01-20 14:15:28.260: [FINE] [socket_io_client:engine.Socket] flushing 1 packets in socket 2021-01-20 14:15:28.262: [FINE] [socket_io_client:engine.Socket] socket receive: type "pong", data "null" 2021-01-20 14:15:33.782: [FINE] [socket_io_client:engine.Socket] writing ping packet - expecting pong within 60000ms 2021-01-20 14:15:33.815: [FINE] [socket_io_client:engine.Socket] flushing 1 packets in socket 2021-01-20 14:15:33.817: [FINE] [socket_io_client:engine.Socket] socket receive: type "pong", data "null" 2021-01-20 14:15:48.263: [FINE] [socket_io_client:engine.Socket] writing ping packet - expecting pong within 60000ms 2021-01-20 14:15:48.296: [FINE] [socket_io_client:engine.Socket] flushing 1 packets in socket 2021-01-20 14:15:48.299: [FINE] [socket_io_client:engine.Socket] socket receive: type "pong", data "null" 2021-01-20 14:15:53.818: [FINE] [socket_io_client:engine.Socket] writing ping packet - expecting pong within 60000ms 2021-01-20 14:15:53.850: [FINE] [socket_io_client:engine.Socket] flushing 1 packets in socket 2021-01-20 14:15:53.853: [FINE] [socket_io_client:engine.Socket] socket receive: type "pong", data "null" 2021-01-20 14:16:08.300: [FINE] [socket_io_client:engine.Socket] writing ping packet - expecting pong within 60000ms 2021-01-20 14:16:08.334: [FINE] [socket_io_client:engine.Socket] flushing 1 packets in socket 2021-01-20 14:16:08.336: [FINE] [socket_io_client:engine.Socket] socket receive: type "pong", data "null"
Can you, please, add option to Socket constructor to set socket io logger level?
The text was updated successfully, but these errors were encountered: