updated control access

This commit is contained in:
Quality System Admin
2025-10-16 02:36:32 +03:00
parent 50c791e242
commit c96039542d
266 changed files with 32656 additions and 9 deletions

14
old code/tray/test/log4j2.xml Executable file
View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<Configuration>
<Appenders>
<Console name="console" target="SYSTEM_OUT">
<PatternLayout pattern="[%p] %d{ISO8601} @ %c:%L%n\t%m%n"/>
</Console>
</Appenders>
<Loggers>
<!-- Default -->
<Root level="trace">
<AppenderRef ref="console"/>
</Root>
</Loggers>
</Configuration>