-
Notifications
You must be signed in to change notification settings - Fork 8k
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
fix: fmt output log to os.Stderr #1571
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1571 +/- ##
=======================================
Coverage 99.06% 99.06%
=======================================
Files 39 39
Lines 1929 1929
=======================================
Hits 1911 1911
Misses 14 14
Partials 4 4
Continue to review full report at Codecov.
|
have
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With this change, App Engine local development server works fine.
fix gin-gonic#1560 changes are breaking in App Engine. cc @giulianobr @philippgille
The output of GIN debug was redirected to stderr instead of stdout
The output of GIN debug was redirected to stderr instead of stdout
* change approach: redirect stderr to file instead using defer * update gin dependency because of gin-gonic/gin#1571 * set default logger to stdout. (stderr is currently redirected to file) * save crash-report to newly created `logs/` folder * add enable/disable crash-report generation (default off) * add entry in trayicon's menu to remove crash-reports (if there are any) * CI polishing, add win64, update macOS min version (#578)
* change approach: redirect stderr to file instead using defer * update gin dependency because of gin-gonic/gin#1571 * set default logger to stdout. (stderr is currently redirected to file) * save crash-report to newly created `logs/` folder * add enable/disable crash-report generation (default off) * add entry in trayicon's menu to remove crash-reports (if there are any) * CI polishing, add win64, update macOS min version (#578)
fix #1560 changes are breaking in App Engine.
cc @giulianobr @philippgille