libsql-experimental-python icon indicating copy to clipboard operation
libsql-experimental-python copied to clipboard

Is there a way to disable sync logs?

Open juliuslipp opened this issue 11 months ago • 5 comments

Currently, every time the embedded replica is called it emits some logs:

2024-03-01T12:59:25.195724Z  INFO libsql_replication::replicator: Attempting to perform handshake with primary.
2024-03-01T12:59:25.195778Z  INFO libsql::replication::remote_client: Attempting to perform handshake with primary.
2024-03-01T12:59:25.238512Z  INFO libsql_replication::replicator: Attempting to perform handshake with primary.

Is there a way to disable this?

juliuslipp avatar Mar 01 '24 13:03 juliuslipp