Skip to content

Commit 0687cbe

Browse files
committed
chore: remove deprecated packages keyword from log4j configs
The original packages keyword in our real config file was removed quite a while ago
1 parent 50d0559 commit 0687cbe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bin/testfiles/log4j2-batch.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<Configuration status="WARN" packages="org.apache.jmeter.gui.logging">
18+
<Configuration status="WARN">
1919

2020
<Appenders>
2121

src/core/src/testFixtures/resources/log4j2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<Configuration status="WARN" packages="org.apache.jmeter.gui.logging">
19+
<Configuration status="WARN">
2020

2121
<Appenders>
2222

0 commit comments

Comments
 (0)