| # | 
 | # Copyright (c) 2013, 2018 Oracle and/or its affiliates. All rights reserved. | 
 | # | 
 | # This program and the accompanying materials are made available under the | 
 | # terms of the Eclipse Distribution License v. 1.0, which is available at | 
 | # http://www.eclipse.org/org/documents/edl-v10.php. | 
 | # | 
 | # SPDX-License-Identifier: BSD-3-Clause | 
 | # | 
 |  | 
 | log4j.rootCategory=DEBUG, stdout | 
 | log4j.appender.stdout=org.apache.log4j.ConsoleAppender | 
 | log4j.appender.stdout.layout.ConversionPattern=[%30.30c{1}] - %m%n | 
 | log4j.appender.stdout.layout=org.apache.log4j.PatternLayout |