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