()
| 1511 | } |
| 1512 | |
| 1513 | func (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 | |
| 1519 | type DatabaseStatus struct { |
| 1520 | SequenceNumber uint64 `json:"seq"` |
nothing calls this directly
no test coverage detected