Skip to content
This repository has been archived by the owner on Nov 26, 2018. It is now read-only.

Commit

Permalink
default ignore prefix !-
Browse files Browse the repository at this point in the history
  • Loading branch information
vbabiy committed Oct 30, 2015
1 parent 76b9b30 commit cce5621
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions botbot/apps/plugins/core/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

class Config(config.BaseConfig):
ignore_prefix = config.Field(
default="!-",
required=False,
help_text="Don't log lines starting with this string"
)
Expand Down

0 comments on commit cce5621

Please sign in to comment.