Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plugin: log_uploader: Ignore deprecated ::settings(log_enabled)
As logging is enabled on v1.35 at all times, replace the previous check for ::settings(log_enabled) with a readability check on the log file. Rather than flushing the log explicitly by filehandle, utilize the utility ::logging::flush_log to provide independence from underlying implementation. Signed-Off-By: Jeff Kletsky <[email protected]>
- Loading branch information