diff options
Diffstat (limited to 'runtime-acm/src/test/resources/logback.xml')
-rw-r--r-- | runtime-acm/src/test/resources/logback.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime-acm/src/test/resources/logback.xml b/runtime-acm/src/test/resources/logback.xml index b8934df2d..8d65b8075 100644 --- a/runtime-acm/src/test/resources/logback.xml +++ b/runtime-acm/src/test/resources/logback.xml @@ -1,6 +1,6 @@ <!-- ============LICENSE_START======================================================= - Copyright (C) 2024 Nordix Foundation. + Copyright (C) 2024-2025 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -29,7 +29,7 @@ </encoder> </appender> - <logger name="network" level="INFO" additivity="false"> + <logger name="acm-network" level="INFO" additivity="false"> <appender-ref ref="STDOUT" /> </logger> |