When I try to karate.log(response) in the feature file, the log is not being written in the karate.log but it is being shown in karate report. But the issue in report is that it is showing as an karate.log([object]) in the report. Any idea how to fix this issue?
Note: when i try karate.log('Post') it is also not getting written in karate.log file