settings.h (goaccess-1.7.1) | : | settings.h (goaccess-1.7.2) | ||
---|---|---|---|---|
skipping to change at line 161 | skipping to change at line 161 | |||
int anonymize_level; /* anonymization level */ | int anonymize_level; /* anonymization level */ | |||
int append_method; /* append method to the req key */ | int append_method; /* append method to the req key */ | |||
int append_protocol; /* append protocol to the req key */ | int append_protocol; /* append protocol to the req key */ | |||
int client_err_to_unique_count; /* count 400s as visitors */ | int client_err_to_unique_count; /* count 400s as visitors */ | |||
int code444_as_404; /* 444 as 404s? */ | int code444_as_404; /* 444 as 404s? */ | |||
int color_scheme; /* color scheme */ | int color_scheme; /* color scheme */ | |||
int crawlers_only ; /* crawlers only */ | int crawlers_only ; /* crawlers only */ | |||
int daemonize; /* run program as a Unix daemon */ | int daemonize; /* run program as a Unix daemon */ | |||
const char *username; /* user to run program as */ | const char *username; /* user to run program as */ | |||
int double_decode; /* need to double decode */ | int double_decode; /* need to double decode */ | |||
int external_assets; /* write JS/CSS assets to external files */ | ||||
int enable_html_resolver; /* html/json/csv resolver */ | int enable_html_resolver; /* html/json/csv resolver */ | |||
int geo_db; /* legacy geoip db */ | int geo_db; /* legacy geoip db */ | |||
int hl_header; /* highlight header on term */ | int hl_header; /* highlight header on term */ | |||
int ignore_crawlers; /* ignore crawlers */ | int ignore_crawlers; /* ignore crawlers */ | |||
int unknowns_as_crawlers; /* unknown OS and browsers are classified as crawlers */ | int unknowns_as_crawlers; /* unknown OS and browsers are classified as crawlers */ | |||
int ignore_qstr; /* ignore query string */ | int ignore_qstr; /* ignore query string */ | |||
int ignore_statics; /* ignore static files */ | int ignore_statics; /* ignore static files */ | |||
int json_pretty_print; /* pretty print JSON data */ | int json_pretty_print; /* pretty print JSON data */ | |||
int list_agents; /* show list of agents per host */ | int list_agents; /* show list of agents per host */ | |||
int load_conf_dlg; /* load curses config dialog */ | int load_conf_dlg; /* load curses config dialog */ | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |