GitHub user midKingKing opened a pull request: https://github.com/apache/flume/pull/271
fix bug : Flume Configuration I found that i can't load sink properties when i use LOGGER sink because of here get a 'false' and it result in create a new empty map to cover sinkContextMap You can merge this pull request into a Git repository by running: $ git pull https://github.com/midKingKing/flume patch-2 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flume/pull/271.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #271 ---- commit 4e57d6a5cf00ea5397850aff8989a175f054e10d Author: midKingKing <627600810@...> Date: 2019-01-02T09:46:38Z fix bug : Flume Configuration I found that i can't load sink properties when i use LOGGER sink because of here get a 'false' and it result in create a new empty map to cover sinkContextMap ---- ---