X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cc0cd658d3db6820fba9daf380da4fa177b38f5c..f0d62ea064d32b980f723e37972788cbd693c2ff:/services/ws/doc.go?ds=sidebyside diff --git a/services/ws/doc.go b/services/ws/doc.go index d280568921..092539747e 100644 --- a/services/ws/doc.go +++ b/services/ws/doc.go @@ -1,6 +1,18 @@ -// Arvados-ws is an Arvados event feed for Websocket clients. +// Copyright (C) The Arvados Authors. All rights reserved. // -// See https://doc.arvados.org/install/install-arvados-ws.html. +// SPDX-License-Identifier: AGPL-3.0 + +// Arvados-ws exposes Arvados APIs (currently just one, the +// cache-invalidation event feed at "ws://.../websocket") to +// websocket clients. +// +// Installation +// +// See https://doc.arvados.org/install/install-ws.html. +// +// Developer info +// +// See https://dev.arvados.org/projects/arvados/wiki/Hacking_websocket_server. // // Usage // @@ -34,6 +46,10 @@ // // A log is printed each time a client connects or disconnects. // +// Enable additional logs by configuring: +// +// LogLevel: debug +// // Runtime status // // GET /debug.json responds with debug stats.