Skip to content

Commit aeb794c

Browse files
committed
Update log message format.
1 parent 2e60d6d commit aeb794c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/src/main/java/com/sap/ai/sdk/core/AiCoreServiceKeyAccessor.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ public List<ServiceBinding> getServiceBindings() throws ServiceBindingAccessExce
5656
return List.of();
5757
}
5858
final String logMessage =
59-
"Found a service key in environment variable {}.\nUsing a service key is recommended for local testing only.\nBind the AI Core service to the application for productive usage.\n";
59+
"Found a service key in environment variable {}. "
60+
+ "Using a service key is recommended for local testing only."
61+
+ "Bind the AI Core service to the application for productive usage.";
6062
log.atLevel(logLevel).log(logMessage, ENV_VAR_KEY);
6163

6264
val binding = createServiceBinding(serviceKey);

0 commit comments

Comments
 (0)