Commit 074433f1 authored by Michael Bolin's avatar Michael Bolin Committed by Facebook Github Bot

Add task ID for TODOs about log rotation.

Summary:
There were two TODOs that I knew of in fbcode about this, so I decided to file
a task so we can track it.

Reviewed By: simpkins

Differential Revision: D8176921

fbshipit-source-id: 0ca45620050639659ac038dbed43acf4634f7a1d
parent 301a89b5
......@@ -30,8 +30,8 @@ class FileHandlerFactory::WriterFactory
return true;
}
// TODO: In the future it would be nice to support log rotation, and
// add parameters to control when the log file should be rotated.
// TODO(T29811675): In the future it would be nice to support log rotation,
// and add parameters to control when the log file should be rotated.
return fileWriterFactory_.processOption(name, value);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment