Skip to content

Commit

Permalink
update constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Limmen committed Oct 30, 2023
1 parent b8c0d55 commit 9655a71
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,10 @@ class LOG_FILES:
KAFKA_LOG_FILE = "/usr/local/kafka/logs/server.log"
RYU_MANAGER_LOG_FILE = "ryu_manager.log"
RYU_MANAGER_LOG_DIR = "/"
MINBFT_MANAGER_LOG_FILE = "minbft_manager.log"
MINBFT_MANAGER_LOG_DIR = "/"
MINBFT_CLIENT_MANAGER_LOG_FILE = "minbft_manager.log"
MINBFT_CLIENT_MANAGER_LOG_DIR = "/"
DEFAULT_LOG_FILE_PATHS = ["/*.log", "/var/log/*.log", "/var/log/*/*.log", "/var/log/*/*/*.log"]


Expand Down

0 comments on commit 9655a71

Please sign in to comment.