Compare commits
No commits in common. "4618743dd846dbaa63bf5198bc38f52f20985c61" and "ccead6dc90ad12ea077310159ca134885f0851b4" have entirely different histories.
4618743dd8
...
ccead6dc90
@ -13,18 +13,16 @@ dubbo:
|
|||||||
references:
|
references:
|
||||||
AccountClientImpl:
|
AccountClientImpl:
|
||||||
protocol: tri
|
protocol: tri
|
||||||
retries: 0
|
|
||||||
interface: com.fontree.microservices.common.Account
|
interface: com.fontree.microservices.common.Account
|
||||||
filter: cshutdown,sign
|
filter: cshutdown,sign,fonDomainFilter,fonValidateFilter
|
||||||
|
timeout: 15s
|
||||||
|
retries: 0
|
||||||
params:
|
params:
|
||||||
.accessKeyId: "Accountksl"
|
.accessKeyId: "Accountksl"
|
||||||
.secretAccessKey: "BSDY-FDF1-Fontree_account"
|
.secretAccessKey: "BSDY-FDF1-Fontree_account"
|
||||||
ExhibitionClientImpl:
|
ExhibitionClientImpl:
|
||||||
protocol: tri
|
protocol: tri
|
||||||
interface: com.fontree.microservices.common.Exhibition
|
interface: com.fontree.microservices.common.Exhibition
|
||||||
ArtistClientImpl:
|
|
||||||
protocol: tri
|
|
||||||
interface: com.fontree.microservices.common.Artist
|
|
||||||
logger:
|
logger:
|
||||||
zap-config:
|
zap-config:
|
||||||
level: error # 日志级别
|
level: error # 日志级别
|
||||||
|
@ -13,18 +13,16 @@ dubbo:
|
|||||||
references:
|
references:
|
||||||
AccountClientImpl:
|
AccountClientImpl:
|
||||||
protocol: tri
|
protocol: tri
|
||||||
retries: 0
|
|
||||||
interface: com.fontree.microservices.common.Account
|
interface: com.fontree.microservices.common.Account
|
||||||
filter: cshutdown,sign
|
filter: cshutdown,sign,fonDomainFilter,fonValidateFilter
|
||||||
|
timeout: 15s
|
||||||
|
retries: 0
|
||||||
params:
|
params:
|
||||||
.accessKeyId: "Accountksl"
|
.accessKeyId: "Accountksl"
|
||||||
.secretAccessKey: "BSDY-FDF1-Fontree_account"
|
.secretAccessKey: "BSDY-FDF1-Fontree_account"
|
||||||
ExhibitionClientImpl:
|
ExhibitionClientImpl:
|
||||||
protocol: tri
|
protocol: tri
|
||||||
interface: com.fontree.microservices.common.Exhibition
|
interface: com.fontree.microservices.common.Exhibition
|
||||||
ArtistClientImpl:
|
|
||||||
protocol: tri
|
|
||||||
interface: com.fontree.microservices.common.Artist
|
|
||||||
logger:
|
logger:
|
||||||
zap-config:
|
zap-config:
|
||||||
level: error # 日志级别
|
level: error # 日志级别
|
||||||
|
@ -13,56 +13,54 @@ dubbo:
|
|||||||
references:
|
references:
|
||||||
AccountClientImpl:
|
AccountClientImpl:
|
||||||
protocol: tri
|
protocol: tri
|
||||||
retries: 0
|
|
||||||
interface: com.fontree.microservices.common.Account
|
interface: com.fontree.microservices.common.Account
|
||||||
filter: cshutdown,sign
|
filter: cshutdown,sign,fonDomainFilter,fonValidateFilter
|
||||||
|
timeout: 15s
|
||||||
|
retries: 0
|
||||||
params:
|
params:
|
||||||
.accessKeyId: "Accountksl"
|
.accessKeyId: "Accountksl"
|
||||||
.secretAccessKey: "BSDY-FDF1-Fontree_account"
|
.secretAccessKey: "BSDY-FDF1-Fontree_account"
|
||||||
ExhibitionClientImpl:
|
ExhibitionClientImpl:
|
||||||
protocol: tri
|
protocol: tri
|
||||||
interface: com.fontree.microservices.common.Exhibition
|
interface: com.fontree.microservices.common.Exhibition
|
||||||
ArtistClientImpl:
|
# logger:
|
||||||
protocol: tri
|
# zap-config:
|
||||||
interface: com.fontree.microservices.common.Artist
|
# level: error # 日志级别
|
||||||
logger:
|
# development: false
|
||||||
zap-config:
|
# disableCaller: false
|
||||||
level: error # 日志级别
|
# disableStacktrace: false
|
||||||
development: false
|
# encoding: "json"
|
||||||
disableCaller: false
|
# # zap encoder 配置
|
||||||
disableStacktrace: false
|
# encoderConfig:
|
||||||
encoding: "json"
|
# messageKey: "message"
|
||||||
# zap encoder 配置
|
# levelKey: "level"
|
||||||
encoderConfig:
|
# timeKey: "time"
|
||||||
messageKey: "message"
|
# nameKey: "logger"
|
||||||
levelKey: "level"
|
# callerKey: "caller"
|
||||||
timeKey: "time"
|
# stacktraceKey: "stacktrace"
|
||||||
nameKey: "logger"
|
# lineEnding: ""
|
||||||
callerKey: "caller"
|
# levelEncoder: "capitalColor"
|
||||||
stacktraceKey: "stacktrace"
|
# timeEncoder: "iso8601"
|
||||||
lineEnding: ""
|
# durationEncoder: "seconds"
|
||||||
levelEncoder: "capitalColor"
|
# callerEncoder: "short"
|
||||||
timeEncoder: "iso8601"
|
# nameEncoder: ""
|
||||||
durationEncoder: "seconds"
|
# EncodeTime: zapcore.TimeEncoderOfLayout("2006-01-02 15:04:05.000"),
|
||||||
callerEncoder: "short"
|
# EncodeDuration: zapcore.SecondsDurationEncoder,
|
||||||
nameEncoder: ""
|
# outputPaths:
|
||||||
EncodeTime: zapcore.TimeEncoderOfLayout("2006-01-02 15:04:05.000"),
|
# - "stderr"
|
||||||
EncodeDuration: zapcore.SecondsDurationEncoder,
|
# errorOutputPaths:
|
||||||
outputPaths:
|
# - "stderr"
|
||||||
- "stderr"
|
# lumberjack-config:
|
||||||
errorOutputPaths:
|
# # 写日志的文件名称
|
||||||
- "stderr"
|
# filename: "runtime/exhibition-main.log"
|
||||||
lumberjack-config:
|
# # 每个日志文件长度的最大大小,单位是 MiB。默认 100MiB
|
||||||
# 写日志的文件名称
|
# maxSize: 5
|
||||||
filename: "runtime/exhibition-main.log"
|
# # 日志保留的最大天数(只保留最近多少天的日志)
|
||||||
# 每个日志文件长度的最大大小,单位是 MiB。默认 100MiB
|
# maxAge: 30
|
||||||
maxSize: 5
|
# # 只保留最近多少个日志文件,用于控制程序总日志的大小
|
||||||
# 日志保留的最大天数(只保留最近多少天的日志)
|
# maxBackups: 30
|
||||||
maxAge: 30
|
# # 是否使用本地时间,默认使用 UTC 时间
|
||||||
# 只保留最近多少个日志文件,用于控制程序总日志的大小
|
# localTime: true
|
||||||
maxBackups: 30
|
# # 是否压缩日志文件,压缩方法 gzip
|
||||||
# 是否使用本地时间,默认使用 UTC 时间
|
# compress: false
|
||||||
localTime: true
|
#
|
||||||
# 是否压缩日志文件,压缩方法 gzip
|
|
||||||
compress: false
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user