Made an additional parameter 'includeLocationInformation' that allows configuration for including file and lineNumber or excluding them. On some rough testing, turning off file name and line number as part of a GelfMessage means saving approximately 50% of the time required to create and send the message, primarily because of the long execution time to get LocationInfo out of an event.
Made an additional parameter 'includeLocationInformation' that allows configuration for including file and lineNumber or excluding them. On some rough testing, turning off file name and line number as part of a GelfMessage means saving approximately 50% of the time required to create and send the message, primarily because of the long execution time to get LocationInfo out of an event.