khklau / mod_tile_rs

A prototype Rust implementation of the tile module for Apache 2 webserver
GNU Affero General Public License v3.0
0 stars 0 forks source link

implement the log facade for Apache #11

Closed khklau closed 8 months ago

khklau commented 3 years ago

Logging should go through the official log facade instead of ap_logerror: 1) Provide an Apache logging module that implements the log facade that wraps around ap_logerror 2) Add conditional compilation where for test target the logging implementation selected is env_logger otherwise it's the Apache logger above

khklau commented 8 months ago

This is done.