Log updates

This commit is contained in:
Raven Scott
2026-05-28 12:14:42 -04:00
parent ca324ec4a6
commit 44fbc3be92
5 changed files with 18 additions and 2 deletions
@@ -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',
+1
View File
@@ -3,6 +3,7 @@
const LOG_CHANNEL_LABELS = {
core: 'Core',
proxy: 'Internal Proxy',
httpProxy: 'HTTP Proxy',
dns: 'DNS',
plugins: 'Plugins',
holesail: 'Holesail'