Skip to content
Snippets Groups Projects
Unverified Commit 9a5401dd authored by Joas Schilling's avatar Joas Schilling
Browse files

Only log as info when we can not create a new DB user

parent cd192938
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ class MySQL extends AbstractDatabase {
};
}
} catch (\Exception $ex) {
$this->logger->error('Specific user creation failed: {error}', [
$this->logger->info('Can not create a new MySQL user, will continue with the provided user: {error}', [
'app' => 'mysql.setup',
'error' => $ex->getMessage()
]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment