[RMB-709] structured logging in RMB Created: 25/Aug/20 Updated: 14/Dec/21 Resolved: 04/Jan/21 |
|
| Status: | Closed |
| Project: | RAML Module Builder |
| Components: | None |
| Affects versions: | None |
| Fix versions: | 32.0.0 |
| Type: | New Feature | Priority: | P3 |
| Reporter: | Jakub Skoczen | Assignee: | Mikhail Fokanov |
| Resolution: | Done | Votes: | 0 |
| Labels: | platform-backlog | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||||||||||||||||||||||||||||||
| Sprint: | CP: sprint 105 | ||||||||||||||||||||||||||||||||||||
| Story Points: | 3 | ||||||||||||||||||||||||||||||||||||
| Development Team: | Core: Platform | ||||||||||||||||||||||||||||||||||||
| Description |
|
RMB implementation of structured logging. Shared code exists in okapi-common on top of which the RMB implementation should be based. This is blocked on the vert.x 4 migration. |
| Comments |
| Comment by Mikhail Fokanov [ 03/Sep/20 ] |
|
Blocked by migration RMB to Vert.x 4. |
| Comment by Julian Ladisch [ 03/Dec/20 ] |
|
Jakub Skoczen: What log format should be the default for RMB based modules when running main (non-test) code?
https://folio-org.atlassian.net/wiki/display/DD/Folio+logging+solution says
Does "preferable" means RMB default? Or should sysOps/deploy scripts be required to add some log option parameter when starting an RMB based module to switch from PatternLayout to JSON layout? |
| Comment by Jakub Skoczen [ 24/Dec/20 ] |
|
Mikhail Fokanov By default the traditional pattern layout should be used, just like in Okapi. |
| Comment by Mikhail Fokanov [ 24/Dec/20 ] |
|
Jakub Skoczen Ok, thanks. AFAIK, It has already been changed in RMB by Adam Dickmeiss. |