Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

Os níveis de log podem ser alterados a partir do application.properties, através das propriedades logging.level


server.tomcat.threads.min-spare=10
server.tomcat.max-threads=50
totvs.conf.path=file:/opt/totvs/tfs/totvs-financial-services.conf
logging.pattern.file=%d{dd/MM/yyyy HH:mm:ss.SSS} | %-5p | ${PID:- } | [%t] %-40.40logger{39} : %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}
logging.level.org.springframework=ERROR
logging.level.org.apache.catalina=ERROR
logging.level.org.apache.kafka=ERROR
logging.file.max-history=10
logging.file.max-size=20MB
logging.file.total-size-cap=50MB

logging.level.root=INFO
logging.level.org.springframework.http=ERROR
logging.level.org.springframework.web=ERROR
logging.level.org.springframework.ws.client.MessageTracing=ERROR
logging.level.org.springframework.ws.client.MessageTracing.sent=ERROR
logging.level.org.springframework.ws.server.MessageTracing.sent=ERROR
logging.level.org.springframework.ws.client.MessageTracing.received=ERROR
logging.level.org.springframework.ws.server.MessageTracing.received=ERROR
logging.level.org.hibernate.SQL=ERROR
logging.level.org.hibernate.TYPE=ERROR
logging.level.com.totvs.tfs.integracao.pix.msg=DEBUG
logging.level.java.net.URL=ERROR

#spring.profiles.active=prod

#server.port=40008