Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

artisan about --json does not show explicitly which drivers logs you are using #49147

Closed
jcerdan opened this issue Nov 27, 2023 · 0 comments · Fixed by #49154
Closed

artisan about --json does not show explicitly which drivers logs you are using #49147

jcerdan opened this issue Nov 27, 2023 · 0 comments · Fixed by #49154
Labels

Comments

@jcerdan
Copy link

jcerdan commented Nov 27, 2023

Laravel Version

10.33.0

PHP Version

8.1.25

Database Driver & Version

No response

Description

When running

php artisan about --json

json output for drivers => logs is "stack / single"

"drivers":{"broadcasting":"log","cache":"file","database":"mysql","logs":"stack \/ single","mail":"smtp","queue":"sync","session":"file"}

without --json the output is colored and there's no problem, but with json format both values stack & single are printed with no distinction.

Steps To Reproduce

Just run

php artisan about

and then

php artisan about --json

and try to find in json output the drivers_logs value enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants