Toned down logging amt

This commit is contained in:
Jacob Henry 2019-03-10 03:16:17 -04:00
parent 173bb8ab7b
commit 138ec72d1a
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ async def reboot_callback(event: slack_util.Event, match: Match) -> None:
async def post_log_callback(event: slack_util.Event, match: Match) -> None:
# Get the last 500 lines of log of the specified severity or higher
count = 500
# Get the last n lines of log of the specified severity or higher
count = 100
lines = []
# numerically rank the debug severity