-
Notifications
You must be signed in to change notification settings - Fork 31
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
App Builder experience for Configurable Logging #502
Conversation
Codecov Report
@@ Coverage Diff @@
## master #502 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 43 50 +7
Lines 2324 2556 +232
Branches 422 453 +31
==========================================
+ Hits 2324 2556 +232
Continue to review full report at Codecov.
|
311657d
to
c1601dc
Compare
- added app:config:get:log-forwarding command - added app:config:set:log-forwarding command - update log forwarding config on server during app:deploy command - save log forwarding settings to project config - added log-forwarding lib
c1601dc
to
2c75dc8
Compare
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.
mostly nitpicky stuff, but this seems to be a lot more code than required ... more code, more bugs
Deploy can be called with --[no-]actions
in which case we should not be doing anything with log-forwarding.
dc8acea
to
d472e40
Compare
- update log forwarding only if actions are deployed
Updated |
fix: windows tests were failing
a couple issues I have found.
|
This was discussed with Manik. It leaves keys in |
- save log forwarding settings returned by the Runtime `PUT` API to take into account any sanitization
Fixed. Updated Runtime API to return sanitized settings and aio CLI then stores this instead of what the user provided. Secrets are not exchanged and stored as provided by the user. See also new PR adobe/aio-lib-runtime#93 necessary to cover this. |
- added app:config:get:log-forwarding:errors command
Added commands for managing log forwarding configuration.
app:config:get:log-forwarding
commandapp:config:set:log-forwarding
commandapp:config:get:log-forwarding:errors
commandapp:deploy
commandapp:logs
command to display info message in case custom log forwarding is configuredDescription
See #501 and https://jira.corp.adobe.com/browse/DEVX-1244 (internal)
Related Issue
Motivation and Context
See #501
How Has This Been Tested?
Automated and manual testing.
Screenshots (if appropriate):
Types of changes
Checklist: