Skip to content

Commit

Permalink
fix: TOOLS-2541 add CE mode warning (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdogmcsteezy committed Oct 9, 2023
1 parent 0e51659 commit 9d6edc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/live_cluster/generate_config_controller.py
Expand Up @@ -22,7 +22,7 @@ def __init__(self):


@CommandHelp(
"BETA: Generates a static configuration file from a live node.",
"BETA: Generates a static configuration file from a live node,",
usage=f"[-o <output_file>] {ModifierUsage.WITH}",
modifiers=(
ModifierHelp(
Expand Down Expand Up @@ -70,7 +70,7 @@ async def _do_default(self, line):
self.view.print_result(s + "\n")

self.logger.warning(
"Generated static configuration does not take into save logging.syslog, mod-lua, service.user and service.group."
"Community Edition is not supported. Generated static configuration does not save logging.syslog, mod-lua, service.user and service.group."
)
self.logger.warning(
"This feature is currently in beta. Use at your own risk and please report any issue to support."
Expand Down

0 comments on commit 9d6edc5

Please sign in to comment.