php-mapi.cfg 932 B

12345678910111213141516171819202122232425262728293031
  1. ##############################################################
  2. # LOG SETTINGS
  3. # Logging method (syslog, file), syslog facility is 'mail'
  4. log_method = syslog
  5. # Logfile (for log_method = file, '-' for stderr)
  6. #log_file = /var/log/kopano/php-mapi.log
  7. # Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))
  8. #log_level = 3
  9. # Log timestamp - prefix each log line with timestamp in 'file'
  10. # logging mode
  11. #log_timestamp = 1
  12. # Buffer logging in what sized blocks. 0 for line-buffered (syslog-style).
  13. #log_buffer_size = 0
  14. # This setting will make php-mapi trace how long each MAPI-call
  15. # took into the selected logfile.
  16. # Make sure that the file exists and/or can be written to by the
  17. # apache user.
  18. # php_mapi_performance_trace_file = /var/log/kopano/php-mapi-perf-trace.log
  19. # Enable debug output for the mapi extension
  20. # Bitmask:
  21. # 1 = Log start of a function
  22. # 2 = Log end of a function
  23. php_mapi_debug = 0