MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / handleGetLogging

Method handleGetLogging

rest/admin_api.go:1513–1517  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1511}
1512
1513func (h *handler) handleGetLogging() error {
1514 base.WarnfCtx(h.ctx(), "Using deprecated /_logging endpoint. Use /_config endpoints instead.")
1515 h.writeJSON(base.GetLogKeys())
1516 return nil
1517}
1518
1519type DatabaseStatus struct {
1520 SequenceNumber uint64 `json:"seq"`

Callers

nothing calls this directly

Calls 4

ctxMethod · 0.95
writeJSONMethod · 0.95
WarnfCtxFunction · 0.92
GetLogKeysFunction · 0.92

Tested by

no test coverage detected