-
Suggestion
-
Resolution: Low Engagement
-
None
-
0
-
1
-
Problem Definition
In the Bamboo logs the pre-bootstrap tasks have names such as:
4300 : Make sure there's single row in HIBERNATE_UNIQUE_KEY table ... 51010 : Check if lucene index root dir exists ... 51012 : Make sure that MySQL server uses InnoDB engine for tables ...
These names may be confusing for the user that reads the logs. The messages may suggest actions
that the user should make in their Bamboo instance.
Suggested Solution
The names of the pre-bootstrap tasks can be changed for example to:
4300 : Ensuring that there's single row in HIBERNATE_UNIQUE_KEY table ... 51010 : Verifying if the lucene index root dir exists ... 51012 : Ensuring that MySQL server uses InnoDB engine for tables ...