Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions distributed/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------
Expand All @@ -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
Expand Down