Remove unnecessary suppression
This commit is contained in:
parent
764051b4e3
commit
6d3202b6b5
|
@ -217,7 +217,6 @@ final class Bootstrap {
|
|||
* This method is invoked by {@link Elasticsearch#main(String[])}
|
||||
* to startup elasticsearch.
|
||||
*/
|
||||
@SuppressForbidden(reason = "System#out")
|
||||
static void init(String[] args) throws Throwable {
|
||||
// Set the system property before anything has a chance to trigger its use
|
||||
System.setProperty("es.logger.prefix", "");
|
||||
|
|
Loading…
Reference in New Issue