Skip to content

Commit

Permalink
add sync write cfg to openning log
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur committed Dec 10, 2024
1 parent 99d7d6c commit ffb2f91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database/pebbledb/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ func New(file string, useSyncWrites bool, configBytes []byte, log logging.Logger

log.Info(
"opening pebble",
zap.Bool("useSyncWrites", useSyncWrites),
zap.Reflect("config", cfg),
)

Expand Down

0 comments on commit ffb2f91

Please sign in to comment.