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

Add a new property to the LogEntry class that describes the resource where the log entry is (or will be) stored #719

Closed
losalex opened this issue Oct 21, 2021 · 1 comment
Assignees
Labels
api: logging Issues related to the googleapis/java-logging API. lang: java Issues specific to Java. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@losalex
Copy link
Contributor

losalex commented Oct 21, 2021

Is your feature request related to a problem? Please describe.
Today we have an ability to set log name to project based log location only (see logName field in LogEntry for more information).
The ability to provide billing, organization or folder based log resource name is missing.

Describe the solution you'd like
It would be great to define functionality which will help to provide these values (custom project location) per LogEntry instance.

Describe alternatives you've considered
None - as mentioned before today only project based location can be set.

Additional context
Related issue: #684

@product-auto-label product-auto-label bot added the api: logging Issues related to the googleapis/java-logging API. label Oct 21, 2021
@losalex losalex assigned losalex and unassigned simonz130 Oct 21, 2021
@minherz minherz added lang: java Issues specific to Java. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels Oct 21, 2021
@minherz minherz changed the title Add an option to allow defining the log location as custom project, folder, org or billing account Add a new property of the LogEntry that describes the resource where the log entry is (or will be) stored Oct 21, 2021
@minherz minherz changed the title Add a new property of the LogEntry that describes the resource where the log entry is (or will be) stored Add a new property to the LogEntry class that describes the resource where the log entry is (or will be) stored Oct 21, 2021
@losalex
Copy link
Contributor Author

losalex commented Oct 25, 2021

The issue is fixed and merged in #720

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: logging Issues related to the googleapis/java-logging API. lang: java Issues specific to Java. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

3 participants