You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this should happen in both harmonizer-0 and harmonizer-2. additionally we should make sure that the errors sent from harmonizer-0 are structured properly with a [{message: ${message}}] instead of just [err] so that we don't get so many "unknown errors" in federation 1 output
The text was updated successfully, but these errors were encountered:
* Add command line processing
resolvesapollographql#64
Added command line processing with log level and file watch functionality.
Server API now allows config by file with optional watching for hot reload.
File watching is implemented using Hotwatch to generate a stream of events.
* Apply suggestions from code review
Co-authored-by: Cecile Tonglet <cecile.tonglet@cecton.com>
* Added support for project_dir
Added env support.
Added the ability to set the directory where configuration files are obtained from.
Default config directory is OS dependent.
* Update crates/server/src/state_machine.rs
Co-authored-by: Cecile Tonglet <cecile.tonglet@cecton.com>
* Added support to display project_dir in the help.
Take in feedback.
* Simplify logging config
* Fix imports
Co-authored-by: bryn <bryn@apollographql.com>
Co-authored-by: Cecile Tonglet <cecile.tonglet@cecton.com>
this should happen in both
harmonizer-0
andharmonizer-2
. additionally we should make sure that the errors sent fromharmonizer-0
are structured properly with a[{message: ${message}}]
instead of just[err]
so that we don't get so many "unknown errors" in federation 1 outputThe text was updated successfully, but these errors were encountered: