Skip to content

Commit 1850047

Browse files
author
liurenlin
committed
update README
1 parent 56d51cd commit 1850047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
$ composer require overtrue/laravel-query-logger --dev -vvv
99
```
1010

11-
Laravel Query Logger will be enabled when `APP_DEBUG` is `true`.
11+
Laravel Query Logger will be enabled when `LOG_QUERY` is `true`.
1212

1313
> Please keep the `--dev` option.
1414
@@ -26,7 +26,7 @@ $ tail -f ./storage/logs/laravel.log
2626

2727
### Configuration
2828

29-
If you want to use it in a production environment, you can control whether or not to log a query via the configuration file:
29+
If you want to use it in a environment, you can control whether or not to log a query via the configuration file:
3030

3131
*config/logging.php:*
3232

0 commit comments

Comments
 (0)