googleapis / googleapis/google-cloud-java
[java-logging-logback] Pattern Layout support
Open
api: logging
priority: p3
type: feature request
- Dominant language
- Java
- Stars
- 2.1k
- Forks
- 1.2k
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 154
Description
I am not sure if the current _`com.google.cloud.logging.logback.LoggingAppender`_ support a Pattern Layout, incase if there's a requirment to mask logs. Have given a sample logback config that does the masking.
```
\"SSN\"\s*:\s*\"(.*?)\"
%-5p [%d{ISO8601,UTC}] [%thread] %c: %m%n%rootException
```
Contributor guide
Assessment
This issue has not been assessed yet.