forked from snxraven/p2ns
Log updates
This commit is contained in:
@@ -260,7 +260,7 @@ const infoContent = {
|
||||
sections: [
|
||||
{
|
||||
title: 'Log files',
|
||||
content: 'Choose a log from the dropdown: core.log (main process), proxy.log (Internal Proxy), dns.log (DNS resolver), plugins.log (plugin SDK), holesail.log (Holesail). Noisy proxy and DNS traffic no longer appears in core.'
|
||||
content: 'Choose a log from the dropdown: core.log (main process), proxy.log (Internal Proxy), http-proxy.log (HTTP redirect server), dns.log (DNS resolver), plugins.log (plugin SDK), holesail.log (Holesail). Noisy proxy, HTTP, and DNS traffic no longer appears in core.'
|
||||
},
|
||||
{
|
||||
title: 'On disk',
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
const LOG_CHANNEL_LABELS = {
|
||||
core: 'Core',
|
||||
proxy: 'Internal Proxy',
|
||||
httpProxy: 'HTTP Proxy',
|
||||
dns: 'DNS',
|
||||
plugins: 'Plugins',
|
||||
holesail: 'Holesail'
|
||||
|
||||
Reference in New Issue
Block a user