Skip to content

Commit

Permalink
Update appbase docker config steemit#1583
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed Sep 15, 2017
1 parent 23a9455 commit 82259bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/config-for-docker.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Console appender definition json: {"appender", "stream"}
log-console-appender = {"appender":"stderr","stream":"std_err"}
log-console-appender = {"appender":"stderr","stream":"std_error"}

# File appender definition json: {"appender", "file"}
log-file-appender = {"appender":"p2p","file":"logs/p2p/p2p.log"}
Expand Down
4 changes: 2 additions & 2 deletions contrib/fullnode.config.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Console appender definition json: {"appender", "stream"}
log-console-appender = {"appender":"stderr","stream":"std_err"}
log-console-appender = {"appender":"stderr","stream":"std_error"}

# File appender definition json: {"appender", "file"}
log-file-appender = {"appender":"p2p","file":"logs/p2p/p2p.log"}
Expand All @@ -26,7 +26,7 @@ account-history-whitelist-ops = transfer_operation transfer_to_vesting_operation
# shared-file-dir = "blockchain"

# Size of the shared memory file. Default: 54G
shared-file-size = 48G
shared-file-size = 80G

# Pairs of [BLOCK_NUM,BLOCK_ID] that should be enforced as checkpoints.
# checkpoint =
Expand Down

0 comments on commit 82259bf

Please sign in to comment.