Crow icon indicating copy to clipboard operation
Crow copied to clipboard

Mustache and logging code shouldn't be static

Open The-EDev opened this issue 3 years ago • 0 comments

Variables like CROW_LOG_LEVEL and get_template_base_directory_ref() aren't tied to an app, which is an issue in case a user wants to run 2 or more apps with different settings for the logger or template engine.

The-EDev avatar Mar 18 '22 10:03 The-EDev