Skip to content

Commit

Permalink
further updates to default config and logging
Browse files Browse the repository at this point in the history
  • Loading branch information
qoire committed Apr 12, 2018
1 parent 36507d2 commit 819485b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modBoot/resource/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<enable_heap_cache>false</enable_heap_cache>
<max_heap_cache_size>1024</max_heap_cache_size>
<enable_db_cache>true</enable_db_cache>
<enable_db_compression>false</enable_db_compression>
<enable_db_compression>true</enable_db_compression>
<max_fd_alloc_size>1024</max_fd_alloc_size>
<block_size>16mB</block_size>
<write_buffer_size>64mB</write_buffer_size>
Expand Down
2 changes: 2 additions & 0 deletions modMcf/src/org/aion/mcf/config/CfgLog.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ public CfgLog() {
modules.put(LogEnum.DB.name(), LogLevels.ERROR.name());
modules.put(LogEnum.SYNC.name(), LogLevels.INFO.name());
modules.put(LogEnum.API.name(), LogLevels.INFO.name());
modules.put(LogEnum.TX.name(), LogLevels.ERROR.name());
modules.put(LogEnum.TXPOOL.name(), LogLevels.ERROR.name());
}

public void fromXML(final XMLStreamReader sr) throws XMLStreamException {
Expand Down

0 comments on commit 819485b

Please sign in to comment.