Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #447 from cemsbr/method_name
Browse files Browse the repository at this point in the history
Fix renamed method
  • Loading branch information
beraldoleal committed Jun 13, 2017
2 parents a2a55df + 8310db2 commit 781855c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kytos/core/controller.py
Expand Up @@ -121,7 +121,7 @@ def register_websockets(self):

def enable_logs(self):
"""Method used to register kytos log and enable the logs."""
LogManager.load_logging_file(self.options.logging, self.options.debug)
LogManager.load_config_file(self.options.logging, self.options.debug)
self.log = logging.getLogger(__name__)

def start(self, restart=False):
Expand Down

0 comments on commit 781855c

Please sign in to comment.