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
However, right now we log an error if we can't load the fuel-core settings from an env file even though a user may prefer to use cli args instead. This is a jarring experience for users and we should just remove the logging here.
The text was updated successfully, but these errors were encountered:
Voxelot
added
bug
Something isn't working
tech-debt
The issue is to improve the current code and make it more clear/generic/reusable/pretty/avoidable.
labels
Sep 11, 2023
According to the coding guidelines, we should only use ERROR level if there is a very serious error. https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/logging.md
However, right now we log an error if we can't load the fuel-core settings from an env file even though a user may prefer to use cli args instead. This is a jarring experience for users and we should just remove the logging here.
The text was updated successfully, but these errors were encountered: