-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BGS-150] [messages] when router config doesn’t exist at the path pro…
…vided in `--router-config`, stderr should receive message `{path} does not exist, creating a router config from CLI options.` (#2344) This PR implements a message, and a (previously existing) feature. Prior to this PR, on the dev-next line, when starting up with an invalid `--router-config` filepath, the process would crash with an error. With this PR, the user will be given a notification that the file was not found, and that we are building a router-config from command line options on their behalf.
- Loading branch information
Showing
2 changed files
with
41 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters