Skip to content

Commit c3e761e

Browse files
committed
Added bin/log to readme
1 parent 4859c1b commit c3e761e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ It is recommended to keep your root docker config files in one repository, and y
289289
- `bin/fixperms`: This will fix filesystem permissions within the container.
290290
- `bin/grunt`: Run the grunt binary. Ex. `bin/grunt exec`
291291
- `bin/install-php-extensions`: Install PHP extension in the container. Ex. `bin/install-php-extensions sourceguardian`
292+
- `bin/log`: Monitor the Magento log files. Pass no params to tail all files. Ex. `bin/log debug.log`
292293
- `bin/magento`: Run the Magento CLI. Ex: `bin/magento cache:flush`
293294
- `bin/mftf`: Run the Magento MFTF. Ex: `bin/mftf build:project`
294295
- `bin/mysql`: Run the MySQL CLI with database config from `env/db.env`. Ex. `bin/mysql -e "EXPLAIN core_config_data"` or`bin/mysql < magento.sql`

compose/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ help:
3535
@echo "$(call format,fixowns,'This will fix filesystem ownerships within the container.')"
3636
@echo "$(call format,fixperms,'This will fix filesystem permissions within the container.')"
3737
@echo "$(call format,grunt,'Run the grunt binary.')"
38+
@echo "$(call format,log,'Monitor the Magento log files. Pass no params to tail all files.')"
3839
@echo "$(call format,magento,'Run the Magento CLI.')"
3940
@echo "$(call format,mftf,'Run the Magento MFTF.')"
4041
@echo "$(call format,mysql,'Run the MySQL CLI with database config from env/db.env.')"

0 commit comments

Comments
 (0)