Merge branch 'master' into MattIPv4/update-dependencies

pull/411/head
Matt Cowley 2022-11-22 20:27:30 +00:00 committed by GitHub
commit 5fd46e88a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ export const getDomainAccessLog = (domain, global) => {
}
return path +
(global.logging.cloudflare.computed ? ' cloudflare' : '') +
(global.logging.cloudflare.computed ? ' cloudflare' : ' combined') +
(domain.logging.accessLogParameters.computed.trim() ? ` ${domain.logging.accessLogParameters.computed.trim()}`: '');
};