Skip to content

Commit

Permalink
CONF: Set og level to DEBUG in develop
Browse files Browse the repository at this point in the history
according to #650
  • Loading branch information
Sebastian Wagner committed Jul 10, 2017
1 parent c24bb06 commit f45c36c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion intelmq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

ROOT_DIR = "/opt/intelmq/"
CONFIG_DIR = os.path.join(ROOT_DIR, "etc/")
DEFAULT_LOGGING_LEVEL = "INFO"
DEFAULT_LOGGING_LEVEL = "DEBUG"
BOTS_FILE = os.path.join(CONFIG_DIR, "BOTS")
DEFAULT_LOGGING_PATH = os.path.join(ROOT_DIR, "var/log/")
DEFAULTS_CONF_FILE = os.path.join(CONFIG_DIR, "defaults.conf")
Expand Down
2 changes: 1 addition & 1 deletion intelmq/etc/defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"log_processed_messages_count": 500,
"log_processed_messages_seconds": 900,
"logging_handler": "file",
"logging_level": "INFO",
"logging_level": "DEBUG",
"logging_path": "/opt/intelmq/var/log/",
"logging_syslog": "/dev/log",
"proccess_manager": "intelmq",
Expand Down

0 comments on commit f45c36c

Please sign in to comment.