From c1e15e3b81cef610eb31bc69fc77c345012ea0bb Mon Sep 17 00:00:00 2001 From: Hristo Georgiev Date: Mon, 29 Mar 2021 21:15:24 +0000 Subject: [PATCH] Update out-of-date references to `config.yaml` --- distributed/client.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/distributed/client.py b/distributed/client.py index 625d1fb1040..98eeb50abf6 100644 --- a/distributed/client.py +++ b/distributed/client.py @@ -3495,7 +3495,8 @@ def get_scheduler_logs(self, n=None): ---------- n : int Number of logs to retrive. Maxes out at 10000 by default, - confiruable in config.yaml::log-length + configurable via the ``distributed.admin.log-length`` + configuration value. Returns ------- @@ -3510,7 +3511,8 @@ def get_worker_logs(self, n=None, workers=None, nanny=False): ---------- n : int Number of logs to retrive. Maxes out at 10000 by default, - confiruable in config.yaml::log-length + configurable via the ``distributed.admin.log-length`` + configuration value. workers : iterable List of worker addresses to retrieve. Gets all workers by default. nanny : bool, default False