# SyncGateway.LogTags

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**access** | **Boolean** | access() calls made by the sync function | [optional] 
**attach** | **Boolean** | Attachment processing | [optional] 
**auth** | **Boolean** | Authentication | [optional] 
**bucket** | **Boolean** | Sync Gateway interactions with the bucket (verbose logging). | [optional] 
**cache** | **Boolean** | Interactions with Sync Gateway&#39;s in-memory channel cache (Cache+ for verbose logging) | [optional] 
**changes** | **Boolean** | Processing of _changes requests (Changes+ for verbose logging) | [optional] 
**CRUD** | **Boolean** | Updates made by Sync Gateway to documents (CRUD+ for verbose logging) | [optional] 
**DCP** | **Boolean** | DCP-feed processing (verbose logging) | [optional] 
**events** | **Boolean** | Event processing (webhooks) (Events+ for verbose logging) | [optional] 
**feed** | **Boolean** | Server-feed processing (Feed+ for verbose logging) | [optional] 
**HTTP** | **Boolean** | All requests made to the Sync Gateway REST APIs (Sync and Admin). Note that the log keyword HTTP is always enabled, which means that HTTP requests and error responses are always logged (in a non-verbose manner). HTTP+ provides more verbose HTTP logging. | [optional] 


