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
…r codebase
This commit started with the goal of improving logging (skuid#220) to help aid with identifying when outcomes were not as expected due to the many issues currently present in the CLI and on the server-side. During the course of improving the logging which required going through essentially every line of code in the codebase, many new issues were identified and fixes for nearly all of them implemented. Additionally,validations of all steps in the CLI were improved to and logs emitted with the results. Lastly, the code was significnatly refactored in many areas to improve code maintainability (skuid#230).
Due to the size of this commit, there is too much to explain in detail in a commit message. See forthcoming comment in skuid#205 for full details of this commit.
Resolvesskuid#59Resolvesskuid#165Resolvesskuid#199Resolvesskuid#218Resolvesskuid#220Resolvesskuid#221Resolvesskuid#222Resolvesskuid#223Resolvesskuid#224Resolvesskuid#228Resolvesskuid#230Resolvesskuid#231
When CLI is executed with
--file-logging
, any panic that occurs is not logged to the log file.The text was updated successfully, but these errors were encountered: