Revision 922374da0744ea673a1a853e027c2e2f14477105 authored by lopez on 08 November 2017, 01:14:36 UTC, committed by lopez on 08 November 2017, 01:14:36 UTC

Former-commit-id: 439f72e15dac53565044888b1681ca61d4b92310
1 parent fbde3e1
Raw File
config.yaml
grobid:
 # NOTE: change these values to absolute paths when running on production
  grobidHome: "grobid-home"
  grobidServiceProperties: "grobid-service/src/main/conf/grobid_service.properties"

server:
    type: custom
    applicationConnectors:
    - type: http
      port: 8070
    adminConnectors:
    - type: http
      port: 8071
    registerDefaultExceptionMappers: false


logging:
  level: INFO
  loggers:
    org.apache.pdfbox.pdmodel.font.PDSimpleFont: "OFF"
  appenders:
    - type: console
      threshold: ALL
      timeZone: UTC
    - type: file
      currentLogFilename: logs/grobid-service.log
      threshold: ALL
      archive: true
      archivedLogFilenamePattern: logs/grobid-service-%d.log
      archivedFileCount: 5
      timeZone: UTC
back to top