This is an automated email from the ASF dual-hosted git repository.

benjobs pushed a commit to branch dev-2.1.3
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev-2.1.3 by this push:
     new 7fb069dd3 [Improve] log4j level minor improvement
7fb069dd3 is described below

commit 7fb069dd329b0ebedc52b71e85d306c70f252be9
Author: benjobs <[email protected]>
AuthorDate: Thu Feb 29 15:39:13 2024 +0800

    [Improve] log4j level minor improvement
---
 helm/streampark/conf/streampark-console-config/logback-spring.xml     | 1 -
 .../streampark-console-webapp/src/locales/lang/en/sys.ts              | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/helm/streampark/conf/streampark-console-config/logback-spring.xml 
b/helm/streampark/conf/streampark-console-config/logback-spring.xml
index 27334797a..9242cb81c 100755
--- a/helm/streampark/conf/streampark-console-config/logback-spring.xml
+++ b/helm/streampark/conf/streampark-console-config/logback-spring.xml
@@ -107,7 +107,6 @@
     </appender>
 
     <root level="INFO">
-        <appender-ref ref="STDOUT"/>
         <appender-ref ref="INFO"/>
         <appender-ref ref="WARN"/>
         <appender-ref ref="ERROR"/>
diff --git 
a/streampark-console/streampark-console-webapp/src/locales/lang/en/sys.ts 
b/streampark-console/streampark-console-webapp/src/locales/lang/en/sys.ts
index 6feb14a32..53290ba93 100644
--- a/streampark-console/streampark-console-webapp/src/locales/lang/en/sys.ts
+++ b/streampark-console/streampark-console-webapp/src/locales/lang/en/sys.ts
@@ -103,8 +103,8 @@ export default {
     forgetPassword: 'Forget Password?',
     otherSignIn: 'Sign in with',
 
-    ldapTip: 'Sign in with LDAP',
-    passwordTip: 'Sign in with password',
+    ldapTip: 'Sign in by LDAP',
+    passwordTip: 'Sign in by password',
 
     // notify
     loginSuccessTitle: 'Login successful',

Reply via email to