Suppressing specific migration job feedback in console output #47730
Unanswered
MuriloChianfa
asked this question in
Ideas
Replies: 1 comment
-
agree |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello guys, im working with heavy migrations and i need to make a custom log for one specific migration task.
this is my migration:

and with you can see, the migration task feedback is displayed on console output,

my ideia is to suppress this logs equal we have in seeders, calling $this->call([Seeder::class], true) -> true argument is to silence console output, but currently at migrations we not have something like these.
with that, for this specific migration, the feedback is not shown on console,
what you guys think about that?
Beta Was this translation helpful? Give feedback.
All reactions