Skip to content

Commit b6cc722

Browse files
authored
Changed default logging plugin monolog channel from "app" to "httplug" (#405)
1 parent b253397 commit b6cc722

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
55
# 1.24.0 - unreleased
66
- Changed stopwatch category from default to "httplug", so it's more prominent on Execution timeline view
77
- Changed tab texts inside profiler so that it shows ports in URL in case it's non-standard
8+
- Changed default logging plugin monolog channel from "app" to "httplug"
89

910
# 1.23.1 - 2021-10-13
1011
- Fixed issue with whitespaces in URL when URL in tab was copied

src/Resources/config/plugins.xml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<service id="httplug.plugin.logger" class="Http\Client\Common\Plugin\LoggerPlugin" public="false" abstract="true">
2222
<argument />
2323
<argument>null</argument>
24+
<tag name="monolog.logger" channel="httplug" />
2425
</service>
2526
<service id="httplug.plugin.redirect" class="Http\Client\Common\Plugin\RedirectPlugin" public="false" />
2627
<service id="httplug.plugin.retry" class="Http\Client\Common\Plugin\RetryPlugin" public="false" />

0 commit comments

Comments
 (0)