Commit 3831d1d
[SPARK-48623][CORE] Migrate FileAppender logs to structured logging
### What changes were proposed in this pull request?
This PR migrates `src/main/scala/org/apache/spark/util/logging/FileAppender.scala` to comply with the scala style changes in #46947
### Why are the changes needed?
This makes development and PR review of the structured logging migration easier.
### Does this PR introduce any user-facing change?
No
### How was this patch tested?
Tested by ensuring dev/scalastyle checks pass
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #47394 from asl3/asl3/migratenewfiles.
Authored-by: Amanda Liu <[email protected]>
Signed-off-by: Gengliang Wang <[email protected]>1 parent 41b37ae commit 3831d1d
File tree
2 files changed
+6
-5
lines changed- common/utils/src/main/scala/org/apache/spark/internal
- core/src/main/scala/org/apache/spark/util/logging
2 files changed
+6
-5
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
758 | 758 | | |
759 | 759 | | |
760 | 760 | | |
| 761 | + | |
761 | 762 | | |
762 | 763 | | |
763 | 764 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
181 | | - | |
| 180 | + | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
196 | | - | |
| 195 | + | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| |||
0 commit comments