[
https://issues.apache.org/jira/browse/BEAM-13440?focusedWorklogId=698738&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-698738
]
ASF GitHub Bot logged work on BEAM-13440:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Dec/21 14:56
Start Date: 20/Dec/21 14:56
Worklog Time Spent: 10m
Work Description: pavel-avilov commented on a change in pull request
#16241:
URL: https://github.com/apache/beam/pull/16241#discussion_r772430835
##########
File path: playground/backend/internal/environment/application.go
##########
@@ -90,14 +90,22 @@ type ApplicationEnvs struct {
// pipelineExecuteTimeout is timeout for code processing
pipelineExecuteTimeout time.Duration
+
+ // launchSite is a launch site of application
+ launchSite string
+
+ // googleProjectId is the Google Сloud project id
+ googleProjectId string
}
// NewApplicationEnvs constructor for ApplicationEnvs
-func NewApplicationEnvs(workingDir string, cacheEnvs *CacheEnvs,
pipelineExecuteTimeout time.Duration) *ApplicationEnvs {
+func NewApplicationEnvs(workingDir, launchSite, googleCloudProjectId string,
cacheEnvs *CacheEnvs, pipelineExecuteTimeout time.Duration) *ApplicationEnvs {
Review comment:
Done.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 698738)
Time Spent: 1.5h (was: 1h 20m)
> [Playground] Implement initialization of Cloud Logger
> -----------------------------------------------------
>
> Key: BEAM-13440
> URL: https://issues.apache.org/jira/browse/BEAM-13440
> Project: Beam
> Issue Type: Task
> Components: beam-playground
> Reporter: Pavel Avilov
> Assignee: Pavel Avilov
> Priority: P2
> Labels: beam-playground-backend, beam-playground-beta-launch,
> beam-playground-sprint-5
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> Need to add the initialization of google cloud logger to display the logs in
> the App Engine.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)