ivweb.ini 557 B

1234567891011121314151617181920
  1. [listener]
  2. ; host=192.168.0.100
  3. port=1406
  4. minThreads=4
  5. maxThreads=100
  6. cleanupInterval=60000
  7. readTimeout=60000
  8. maxRequestSize=16000
  9. maxMultiPartSize=10000000
  10. [logging]
  11. ; The logging settings become effective after you comment in the related lines of code in main.cpp.
  12. fileName=../logs/demo2.log
  13. minLevel=1
  14. bufferSize=100
  15. maxSize=1000000
  16. maxBackups=2
  17. timestampFormat=dd.MM.yyyy hh:mm:ss.zzz
  18. msgFormat={timestamp} {typeNr} {type} {thread} {msg}
  19. ; QT5 supports: msgFormat={timestamp} {typeNr} {type} {thread} {msg}\n in {file} line {line} function {function}