Skip to content

Commit

Permalink
Improved config handling of logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pheotis committed Apr 14, 2021
1 parent 1d2a46a commit 240c0b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions config-ideal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ Content:


Logging:
# Store console messages
log: false
# Store every unique ip address and it's respective users
# Append all console messages to console.log
storeMessages: false
# List all players who have joined in players.log
storeUsers: true


debug: true
debug: false
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Content:
kickMessage: "Players will be kicked with\nthis message!"
imagePath: 'server-icon.png'
Logging:
log: false
storeMessages: false
storeUsers: true
debug: true

0 comments on commit 240c0b0

Please sign in to comment.