You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today I tried to run composer server logs mysql, and was informed
No such service: mysql
I naïvely assumed this meant mysql logs just weren't available, and proceeded to debug the issue I was working on unsuccessfully through other means. It wasn't until later that I realized that the logs command wanted db, not mysql. This is a bit counter-intuitive since the other values are technology-specific, e.g. php and nginx.
I'd like to propose adding mysql as an alias for db so that either will show the desired logs.
The text was updated successfully, but these errors were encountered:
Today I tried to run
composer server logs mysql
, and was informedI naïvely assumed this meant mysql logs just weren't available, and proceeded to debug the issue I was working on unsuccessfully through other means. It wasn't until later that I realized that the
logs
command wanteddb
, notmysql
. This is a bit counter-intuitive since the other values are technology-specific, e.g.php
andnginx
.I'd like to propose adding
mysql
as an alias fordb
so that either will show the desired logs.The text was updated successfully, but these errors were encountered: