If one program opens file(in our case log file) and this file is moved or removed by other program, the first program still works with opened file descriptor. If we use WatchedFileHandler it allows to recreate file only after first emitting of WatchedFileHandler. It means that deleted files still consumes disk space. Class FastWatchedFileHandler is designed to observe file system. If log file is moved or removed FastWatchedFileHandler instantaneously closes old file descriptor and creates new file with specified name. Config option watch-log-file was added. If this option is set FastWatchedFileHandler handler will be used. Option watch-log-file brings effect for Linux platform only. DocImpact Closes-Bug: #1437444 Change-Id: Ie70c70ad2d8cf198a8fd72488a43fb1bd71c57be
16 lines
485 B
Plaintext
16 lines
485 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
pbr<2.0,>=1.3
|
|
Babel>=1.3
|
|
six>=1.9.0
|
|
iso8601>=0.1.9
|
|
oslo.config>=1.11.0 # Apache-2.0
|
|
oslo.context>=0.2.0 # Apache-2.0
|
|
oslo.i18n>=1.5.0 # Apache-2.0
|
|
oslo.utils>=1.9.0 # Apache-2.0
|
|
oslo.serialization>=1.4.0 # Apache-2.0
|
|
debtcollector>=0.3.0 # Apache-2.0
|
|
pyinotify>=0.9.6 # MIT
|