Skip to content

Resolve custom driver on non-CLI bootstrapping #9

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

Merged
merged 1 commit into from
Jul 7, 2022

Conversation

VeryStrongFingers
Copy link
Contributor

Fixes #8

@codecov
Copy link

codecov bot commented Jul 7, 2022

Codecov Report

Merging #9 (fc139cd) into master (4873c46) will decrease coverage by 9.11%.
The diff coverage is 25.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #9      +/-   ##
============================================
- Coverage     57.44%   48.33%   -9.12%     
- Complexity       16       20       +4     
============================================
  Files             4        5       +1     
  Lines            47       60      +13     
============================================
+ Hits             27       29       +2     
- Misses           20       31      +11     
Impacted Files Coverage Δ
src/Binder/LogOutputBinder.php 0.00% <0.00%> (ø)
src/LogHandlers/ConsoleApp.php 0.00% <ø> (ø)
src/LogHandlers/NonConsole.php 0.00% <0.00%> (ø)
src/Providers/ConsoleLoggServiceProvider.php 81.25% <57.14%> (-18.75%) ⬇️

@VeryStrongFingers VeryStrongFingers merged commit 15d14c1 into master Jul 7, 2022
@VeryStrongFingers VeryStrongFingers deleted the fix/missing-driver-emergency-bug branch July 7, 2022 11:49
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 this pull request may close these issues.

Fallback to emergency logger on HTTP requests
1 participant