Personal tools
Sections
You are here: Home Products Help Center Quick Upload 2.5 Advanced Topics Logging
Document Actions

2. Logging

Up one level

Logging is enabled in a file called bu.ver. When Quick Upload is installed, the bu.ver file is placed in the same directory as Quick Upload. It works quite similar to the oe.ver file used by the Go-Between. The values that may be specified in this file are:

  • log_path  - specifies the directory where the log file will be placed
  • log_communication - 0 or 1, indicating if communication with the server is logged
  • log_function_calls - 0 or 1, indicating if internal function calls are logged
  • hide_passwords - 0 or 1, indicating if passwords are omitted from the log files
  • supress_version_warning - 0 or 1, indicating if the warning message related to checking the Quick Upload and server have matching versions.

Users may edit the bu.ver if they wish to change the manner in which logging is performed. By default, logging will be enabled. If log_path is not defined, log files will be written to a directory called /log, which will be a sub-directory of the directory in which Quick Upload is installed.

Sample bu.ver file:

logging=1
log_communication=1
log_function_calls=1
hide_passwords=1