Or perhaps there is a way to turn off logs? Setting all domains to None using:
Database.SetLogLevel(Couchbase.Lite.Logging.LogLevel.None);
doesn’t seem to turn them off completely, and still creates a Logs directory.
Or perhaps there is a way to turn off logs? Setting all domains to None using:
Database.SetLogLevel(Couchbase.Lite.Logging.LogLevel.None);
doesn’t seem to turn them off completely, and still creates a Logs directory.