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