Skip to content

Commit

Permalink
[config] double the kept log size
Browse files Browse the repository at this point in the history
  • Loading branch information
degemer committed Jun 16, 2016
1 parent bef899c commit 22b9caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
UNIX_CONFIG_PATH = '/etc/dd-agent'
MAC_CONFIG_PATH = '/opt/datadog-agent/etc'
DEFAULT_CHECK_FREQUENCY = 15 # seconds
LOGGING_MAX_BYTES = 5 * 1024 * 1024
LOGGING_MAX_BYTES = 10 * 1024 * 1024

log = logging.getLogger(__name__)

Expand Down

0 comments on commit 22b9caf

Please sign in to comment.