[
https://issues.apache.org/jira/browse/BEAM-12998?focusedWorklogId=666186&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-666186
]
ASF GitHub Bot logged work on BEAM-12998:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Oct/21 09:30
Start Date: 18/Oct/21 09:30
Worklog Time Spent: 10m
Work Description: ilya-kozyrev commented on a change in pull request
#15654:
URL: https://github.com/apache/beam/pull/15654#discussion_r730739578
##########
File path: playground/backend/internal/environment/logs.go
##########
@@ -0,0 +1,30 @@
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements. See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License. You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+package environment
+
+import "io"
+
+// LogWriters contains writes for logger. Writers should implement io.Writer
interface.
+type LogWriters struct {
Review comment:
We've removed logs from this package and consider to implement them in a
separate package in the new pr, will submit them soon :)
--
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: 666186)
Time Spent: 1h 20m (was: 1h 10m)
> Environment service
> -------------------
>
> Key: BEAM-12998
> URL: https://issues.apache.org/jira/browse/BEAM-12998
> Project: Beam
> Issue Type: Sub-task
> Components: beam-playground
> Reporter: Ilya Kozyrev
> Assignee: Ilya Kozyrev
> Priority: P3
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> Need to implement service to manage runtime environment
> Log environment - need to manage log output
> Network environment - run server will use these to serving (i.g. host port)
> Beam environments - should contain at least SDK, which particular app will
> use in a specific instance.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)