diff options
author | 2025-02-25 12:06:43 +0000 | |
---|---|---|
committer | 2025-03-05 10:22:38 +0000 | |
commit | 3bf88d59cf34db6ef450b35815459502633b3292 (patch) | |
tree | 704d98733925aa4ab3a43765d130dc7ee1dd89aa /runtime-acm/src/test/resources/logback.xml | |
parent | 742ef48c2178a2a40ef931966d988d92ee7aa4e3 (diff) |
Add custom network logging for clamp runtime
Override network logging from policy-common
Excluded instance properties in kafka logs
Issue-ID: POLICY-5134
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Change-Id: I7d3086562f8f21701de83939e3fdae6968b2ba06
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> |