Sha256: d8f5f4062ed40738feac841997e8432af3e12e57a83f2c4fb570536a27b1825b
Contents?: true
Size: 1.14 KB
Versions: 7
Compression:
Stored size: 1.14 KB
Contents
#Use a additional Log-Rotator which generates new logfiles for ['day','month','year']. #Default 'none' log_rotator: "month" #If log_rotator is set, this will be the prefix for the file name log_rotator_prefix: "uniq_logger-" #Use a global LogFile [true,false]. Chech for existin logs only looks in global logfile #Default true global_logger: true #Name of the logfile to write to global_log_file_name: "uniq_logger.log" #if set to true, logentry creation returns 'false' if a logentry already exists with this ID # This is only on global Logfiles possible validates_uniqness_of_id: true #If a local Logfile should be created or a ftp Account ['local', 'remote'] logfile_destination: "local" #Path where Logfiles should be saved path_to_local_logfiles: "../log/" #If logfile_destination is set to 'remote' use folloing api credentials remote: auth_token: "xyz123abc" server: "http://www.server.de" endpoint: "/api/v1/logger" url_param_for_id: "id" url_param_for_data: "data" basic_auth: username: "" password: "" #CSV Export Settings: Encoding Type (default 'utf8'), Column Separator (default ';') csv: encoding: "UTF8" col_sep: ";"
Version data entries
7 entries across 7 versions & 1 rubygems