Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Layout appender should be cached #182

Open
angoca opened this issue Nov 22, 2014 · 0 comments
Open

Layout appender should be cached #182

angoca opened this issue Nov 22, 2014 · 0 comments
Labels
enhancement Indicates new feature requests
Milestone

Comments

@angoca
Copy link
Owner

angoca commented Nov 22, 2014

Each time a log is written, the LOG procedure reads the LAYOUT's pattern, and this is expensive. Patterns should be cached.

It already has a FIXME, indicating that is not possible to cache because there is an XML column.

@angoca angoca added the enhancement Indicates new feature requests label Nov 22, 2014
@angoca angoca added this to the Release Candidate milestone Nov 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Indicates new feature requests
Projects
None yet
Development

No branches or pull requests

1 participant