Skip to content

Commit

Permalink
Add 'mapcache' module name to Apache logs entries
Browse files Browse the repository at this point in the history
  • Loading branch information
jbo-ads committed Oct 25, 2019
1 parent ed8d31b commit 0ba4aa7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apache/mod_mapcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,10 @@ static const command_rec mod_mapcache_cmds[] = {
{ NULL }
} ;

#ifdef APLOG_USE_MODULE
APLOG_USE_MODULE(mapcache);
#endif

module AP_MODULE_DECLARE_DATA mapcache_module = {
STANDARD20_MODULE_STUFF,
NULL,
Expand Down

0 comments on commit 0ba4aa7

Please sign in to comment.