#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" #CSV Export Settings: Encoding Type (default 'utf8'), Column Separator (default ';') csv: encoding: "UTF8" col_sep: ";"