Skip to content

Commit d1b70ad

Browse files
NUTCH-3119 Log4j package scanning is deprecated
- remove "package" attribute in log4j2.xml
1 parent 11e9a6a commit d1b70ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/log4j2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
17-
<Configuration status="INFO" name="Nutch" packages="">
17+
<Configuration status="INFO" name="Nutch">
1818
<Properties>
1919
<!-- default values that can be overridden by system properties:
2020
Note: the script bin/nutch sets these properties from the environment variables

0 commit comments

Comments
 (0)