mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Added preference (Logging sub-menu) to create a trace log (ntopng.log) instead of using syslog
This commit is contained in:
parent
8ca0bcc71a
commit
5c635ef87f
10 changed files with 48 additions and 31 deletions
|
|
@ -1003,6 +1003,7 @@ local known_parameters = {
|
|||
["toggle_flow_snmp_ports_rrds"] = validateBool,
|
||||
["toggle_access_log"] = validateBool,
|
||||
["toggle_host_pools_log"] = validateBool,
|
||||
["toggle_log_to_file"] = validateBool,
|
||||
["toggle_snmp_rrds"] = validateBool,
|
||||
["toggle_tiny_flows_export"] = validateBool,
|
||||
["toggle_vlan_rrds"] = validateBool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue