feat(console): Move profiler output message to stderr

So that this doesn't impact the performance github action.

Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
This commit is contained in:
Carl Schwan 2025-09-11 15:07:39 +02:00
parent 7b85dacfd5
commit 1b3868a499

View file

@ -105,7 +105,7 @@ try {
'profiler' => 'db',
'token' => $profile->getToken(),
]);
$output->writeln('Profiler output available at ' . $url);
$output->getErrorOutput()->writeln('Profiler output available at ' . $url, );
}
if ($exitCode > 255) {