amosshi commented on issue #3435:
URL: 
https://github.com/apache/logging-log4j2/issues/3435#issuecomment-2646100236

   Hi @vy,
   
   The reason do not want to adopt [JSON Template 
Layout](https://logging.apache.org/log4j/2.x/manual/json-template-layout.html) 
in production yet is 
   - **Splunk license cost**: splunk is charged by log size in current case.
   - https://www.splunk.com/en_us/products/pricing.html
   
   Either work with one of the [default JSON 
layouts](https://github.com/apache/logging-log4j2/tree/2.24.x/log4j-layout-template-json/src/main/resources)
 or a _customized JSON layout_ , JSON log size will be **20% - 100%** bigger 
than the [Pattern 
Layout](https://logging.apache.org/log4j/2.x/manual/pattern-layout.html) 
depending on which additional fields we added to log and how application code 
logs.
   
   So bigger log size _may_ translate to **millions of additional dollars** of 
Splunk license cost, depending on x/y/z reasons.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to