|
348 | 348 | "type": "java.util.Map<java.lang.String,java.lang.String>", |
349 | 349 | "description": "Mapping between member paths and an alternative name that should be used in structured logging JSON" |
350 | 350 | }, |
| 351 | + { |
| 352 | + "name": "logging.structured.json.stacktrace.hash.field-name", |
| 353 | + "type": "java.lang.String", |
| 354 | + "description": "The name of the JSON field to use when the hash generate mode is 'as-field'. Defaults to 'stack_trace_hash' if not set." |
| 355 | + }, |
| 356 | + { |
| 357 | + "name": "logging.structured.json.stacktrace.hash.generate", |
| 358 | + "type": "org.springframework.boot.logging.structured.StackTraceHashGenerate", |
| 359 | + "description": "How stack trace hashes should be generated. Use 'inline' to include the hash in the stack trace text or 'as-field' to emit the hash as a separate structured field." |
| 360 | + }, |
351 | 361 | { |
352 | 362 | "name": "logging.structured.json.stacktrace.include-common-frames", |
353 | 363 | "type": "java.lang.Boolean", |
|
363 | 373 | "since": "3.6.0" |
364 | 374 | } |
365 | 375 | }, |
366 | | - { |
367 | | - "name": "logging.structured.json.stacktrace.hash.generate", |
368 | | - "type": "org.springframework.boot.logging.structured.StackTraceHashGenerate", |
369 | | - "description": "How stack trace hashes should be generated. Use 'inline' to include the hash in the stack trace text or 'as-field' to emit the hash as a separate structured field." |
370 | | - }, |
371 | | - { |
372 | | - "name": "logging.structured.json.stacktrace.hash.field-name", |
373 | | - "type": "java.lang.String", |
374 | | - "description": "The name of the JSON field to use when the hash generate mode is 'as-field'. Defaults to 'stack_trace_hash' if not set." |
375 | | - }, |
376 | 376 | { |
377 | 377 | "name": "logging.structured.json.stacktrace.max-length", |
378 | 378 | "type": "java.lang.Integer", |
|
0 commit comments