Last modified by admin on 2026/07/18 17:44

From version 5.1
edited by admin
on 2026/07/18 17:43
Change comment: There is no comment for this version
To version 4.1
edited by admin
on 2026/07/18 17:35
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -322,7 +322,7 @@
322 322  
323 323  La ubicación del archivo de log, así como el formato y límites pueden ser especificados en el archivo **application.properties**.
324 324  
325 -# Log de eventos - Ubicacion - Formato - Historial\\logging.file.name=~${LOG_FILENAME:/tmp/lyrestapi.log}\\logging.pattern.console=%d{yyyy-MM-dd HH:mm:ss.SSS} %level - %msg%n\\logging.pattern.file=%d{yyyy-MM-dd HH:mm:ss.SSS} %level - %msg%n\\logging.file.max-size=20MB\\logging.file.max-history=7\\# Limitar el tamaño del contenido a almacenar para cada request y response (-1 = sin limite)\\logging.request.max.length=-1\\logging.response.max.length=300
325 +# Log de eventos - Ubicacion - Formato - Historial\\logging.file.name=${LOG_FILENAME:/tmp/lyrestapi.log}\\logging.pattern.console=%d{yyyy-MM-dd HH:mm:ss.SSS} %level - %msg%n\\logging.pattern.file=%d{yyyy-MM-dd HH:mm:ss.SSS} %level - %msg%n\\logging.file.max-size=20MB\\logging.file.max-history=7\\# Limitar el tamaño del contenido a almacenar para cada request y response (-1 = sin limite)\\logging.request.max.length=-1\\logging.response.max.length=300
326 326  
327 327  En donde:
328 328