This is an automated email from the ASF dual-hosted git repository.
xuetaoli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu-samples.git
The following commit(s) were added to refs/heads/main by this push:
new 538c8a7 merge main into jwt_started_quickly (#102)
538c8a7 is described below
commit 538c8a70899455bc64d463cee8a61f2753da8dc2
Author: Sirui Huang <[email protected]>
AuthorDate: Tue Nov 4 15:18:35 2025 +0800
merge main into jwt_started_quickly (#102)
* merge main into jwt_started_quickly
* delete the value of sample
* style: format imports with imports-formatter
---
dubbogo/simple/jwt/server/{ => app}/server.go | 0
dubbogo/simple/jwt/server/profiles/dev/log.yml | 44 ++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dubbogo/simple/jwt/server/server.go
b/dubbogo/simple/jwt/server/app/server.go
similarity index 100%
rename from dubbogo/simple/jwt/server/server.go
rename to dubbogo/simple/jwt/server/app/server.go
diff --git a/dubbogo/simple/jwt/server/profiles/dev/log.yml
b/dubbogo/simple/jwt/server/profiles/dev/log.yml
new file mode 100644
index 0000000..1f12edd
--- /dev/null
+++ b/dubbogo/simple/jwt/server/profiles/dev/log.yml
@@ -0,0 +1,44 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+level: "debug"
+development: true
+disableCaller: false
+disableStacktrace: false
+encoding: "console"
+
+# encoder
+encoderConfig:
+ messageKey: "message"
+ levelKey: "level"
+ timeKey: "time"
+ nameKey: "logger"
+ callerKey: "caller"
+ stacktraceKey: "stacktrace"
+ lineEnding: ""
+ levelEncoder: "capitalColor"
+ timeEncoder: "iso8601"
+ durationEncoder: "seconds"
+ callerEncoder: "short"
+ nameEncoder: ""
+
+outputPaths:
+ - "stderr"
+errorOutputPaths:
+ - "stderr"
+initialFields: