Log_message listener not being triggered when using Builtin().run_keyword()

I had better luck using the output_file listener rather than the log_message. My whole intent was to filter obfuscate certain strings in the logs, and the output_file listener seemed to serve that purpose better than log_message.

Thanks!