Skip to content

Commit fa1fa9f

Browse files
author
DKravtsov
committed
updated docs
1 parent 4a9afa8 commit fa1fa9f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,9 @@ monolog:
156156
In the above configuration, the `buffered` handler saves all log messages and then passes them to the EasyLog bundle, which processes all messages at once and writes the result in the log file.
157157
Use the `buffered` handler to configure the channels logged/excluded and the level of the messages being logged.
158158

159-
3. Install next symfony bundle:
159+
3. Allow Flex to use contrib recipes and install next symfony bundle:
160160
```bash
161+
$ composer config extra.symfony.allow-contrib true
161162
$ composer require --dev systemsdk/easy-log-bundle
162163
```
163164

src/Resources/doc/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@ In the above configuration, the ``buffered`` handler saves all log messages and
4848
which processes all messages at once and writes the result in the log file.
4949
Use the ``buffered`` handler to configure the channels logged/excluded and the level of the messages being logged.
5050

51-
3. Install next symfony bundle:
51+
3. Allow Flex to use contrib recipes and install next symfony bundle:
5252

5353
.. code-block:: bash
54+
$ composer config extra.symfony.allow-contrib true
5455
$ composer require --dev systemsdk/easy-log-bundle
5556
5657

0 commit comments

Comments
 (0)