Sync gateway question

Does Sync Gateway has the same (authorization, logging, etc …) mechanisms as the Web Server?
thanks
W

@couchbwiss

Sync Gateway Supports the following authentication mechanisms:

Basic Auth
Facebook
Persona

Custom Auth

You can find documentation here

You can configure logging in the sync_gateway_config.json file using the “log” top level property. To enable all logging add the following line:

“log”:["*"],

To log individual tags, define a list of tags:

“log”: [“CRUD+”, “REST+”, “Access”],

There is a ticket that is collecting all the logging tags into one place here

Andy

1 Like

As which web server?