Hide Forgot
Description of problem: gf_msg not sending the output to STDOUT. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: Run the command glusterfsd --print-exports tests/configfiles/bad_exports. Change gf_log to gf_msg and run the same command. Actual results: [2015-04-24 06:47:15.375196] W [exports.c:1161:_exp_line_parse] 0-nfs-exports: Error parsing netgroups for: /asdf @ObVyg571RJaorkGbgVerI9esrck8yiVD7NVqqJvj2H9DuPH3SzHnYLIXjd4zZjuuh2N0O0bYYQf7VYNrYHoxc1llgRU1iEsQRy2XaWnUlhTHKVEL8tt1TrbZCi8qXyg0l058rTnW4msvU5hW83ESwyOE4bBSz4VsW0sJaVd8Gv4waZqojemLN8AIlAoChVOfP1yhuAP1298ejkaf2fjhdfa4t4effhgadff342fdddgasdg42gahgdmnui24290hfjdjadgdkjhg2nvncms(sec=sys,rw,anonuid=1) /test @test(rw,anonuid=0,sec=sys,) shreyas.s(rw,anonuid=595,sec=sys,) shreyas.facebook.com(rw,anonuid=0,sec=sys,) Expected results: /test @test(rw,anonuid=0,sec=sys,) shreyas.s(rw,anonuid=595,sec=sys,) shreyas.facebook.com(rw,anonuid=0,sec=sys,) Additional info:
Still a valid bug, but the question is, should we change those logs which needs to get to stdout to gf_msg() at all?
Not planning to change gf_log() to gf_msg() before daemonizing the process. Hence marking as WONTFIX.