Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: panic's not logged to log file when --file-logging is specified #223

Open
techfg opened this issue Sep 23, 2024 · 0 comments
Open

bug: panic's not logged to log file when --file-logging is specified #223

techfg opened this issue Sep 23, 2024 · 0 comments

Comments

@techfg
Copy link

techfg commented Sep 23, 2024

When CLI is executed with --file-logging, any panic that occurs is not logged to the log file.

techfg added a commit to techfg/skuid-cli that referenced this issue Oct 5, 2024
…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.

Resolves skuid#59
Resolves skuid#165
Resolves skuid#199
Resolves skuid#218
Resolves skuid#220
Resolves skuid#221
Resolves skuid#222
Resolves skuid#223
Resolves skuid#224
Resolves skuid#228
Resolves skuid#230
Resolves skuid#231
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant