summaryrefslogtreecommitdiffstats
path: root/components/slice-analysis-ms/src/main/resources/logback.xml
diff options
context:
space:
mode:
Diffstat (limited to 'components/slice-analysis-ms/src/main/resources/logback.xml')
-rw-r--r--components/slice-analysis-ms/src/main/resources/logback.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/slice-analysis-ms/src/main/resources/logback.xml b/components/slice-analysis-ms/src/main/resources/logback.xml
index 6d8c6e22..aec15fbb 100644
--- a/components/slice-analysis-ms/src/main/resources/logback.xml
+++ b/components/slice-analysis-ms/src/main/resources/logback.xml
@@ -6,6 +6,7 @@
* ================================================================================
* Copyright (C) 2020 Wipro Limited.
* Copyright (C) 2022 Huawei Canada Limited.
+ * Copyright (C) 2022 CTC, Inc.
* ==============================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -27,7 +28,7 @@
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
<layout class="ch.qos.logback.classic.PatternLayout">
<Pattern>
- %d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n
+ %d{HH:mm:ss.SSS} [%t] %-5level %logger{36}:%line - %msg%n
</Pattern>
</layout>
</appender>