mirror of
https://github.com/wassname/ray.git
synced 2026-08-06 13:31:10 +08:00
Various Python code cleanups. (#3837)
This commit is contained in:
committed by
Robert Nishihara
parent
a1bcd2a4f5
commit
9295ab8f60
@@ -27,8 +27,6 @@ class LogMonitor(object):
|
||||
process is running on. This will be used to determine which log
|
||||
files to track.
|
||||
redis_client: A client used to communicate with the Redis server.
|
||||
log_filenames: A list of the names of the log files that this monitor
|
||||
process is monitoring.
|
||||
log_files: A dictionary mapping the name of a log file to a list of
|
||||
strings representing its contents.
|
||||
log_file_handles: A dictionary mapping the name of a log file to a file
|
||||
|
||||
Reference in New Issue
Block a user