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

[TASK] Slim down LogManager from Solr #3679

Closed
Tracked by #3376
bmack opened this issue Jun 5, 2023 · 0 comments · Fixed by #3680
Closed
Tracked by #3376

[TASK] Slim down LogManager from Solr #3679

bmack opened this issue Jun 5, 2023 · 0 comments · Fixed by #3680

Comments

@bmack
Copy link
Collaborator

bmack commented Jun 5, 2023

Ideally, in the future, Solr's LogManager should be removed in favor of native PSR-3 logging. This change adapts the SolrLogManager so it can be simplified in the future via DI.

bmack added a commit to bmack/ext-solr that referenced this issue Jun 5, 2023
Ideally, we reduce any hard dependencies on SolrLogManager
and add this one as a replacement via DI for the regular
SolrLogManager.

Fixes: TYPO3-Solr#3679
bmack added a commit to bmack/ext-solr that referenced this issue Jun 6, 2023
Ideally, we reduce any hard dependencies on SolrLogManager
and add this one as a replacement via DI for the regular
SolrLogManager.

Fixes: TYPO3-Solr#3679
dkd-kaehm pushed a commit that referenced this issue Jun 7, 2023
Ideally, we reduce any hard dependencies on SolrLogManager
and add this one as a replacement via DI for the regular
SolrLogManager.

Fixes: #3679
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant