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
While testing the latest commits on gaia, we ran into an issue where nothing occurred after running gaiad start. At first we thought gaia was hanging, but then we tracked down the issue to the log changes needing to be reflected in the gaia code. Specifically the log flags in #8072 needed to be updated in rootCmd#Execute
This should be abstracted and handled by the SDK, a lot of applications will likely run into the same issue as we did.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary
While testing the latest commits on gaia, we ran into an issue where nothing occurred after running
gaiad start
. At first we thought gaia was hanging, but then we tracked down the issue to the log changes needing to be reflected in the gaia code. Specifically the log flags in #8072 needed to be updated in rootCmd#ExecuteThis should be abstracted and handled by the SDK, a lot of applications will likely run into the same issue as we did.
For Admin Use
The text was updated successfully, but these errors were encountered: