Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/adblockplus/manifests/web/fileserver/repository.pp

Issue 29805594: #12069 - Create log file for each repository in fileserver role (Closed)
Patch Set: Created June 12, 2018, 11:38 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/adblockplus/manifests/web/fileserver/repository.pp
===================================================================
--- a/modules/adblockplus/manifests/web/fileserver/repository.pp
+++ b/modules/adblockplus/manifests/web/fileserver/repository.pp
@@ -46,7 +46,7 @@
is_default => false,
certificate => $adblockplus::web::fileserver::certificate,
private_key => $adblockplus::web::fileserver::private_key,
- log => 'access_log_fileserver',
+ log => "access_log_$repository_host",
}
if $auth_file != undef {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld