Description
Currently we are printing the class name along with filename:line_number in the logs. The class name is redundant in this scenario as the file name would be sufficient for debug purposes. This reduces the log size which might be a sensitive thing for heavy load cases.