HL7 / fhir-ig-publisher

Source code for the IG publisher
Apache License 2.0
69 stars 57 forks source link

Additional logging wanted #607

Closed bakgaard closed 1 year ago

bakgaard commented 1 year ago

Between the message Generating Narratives and Validating Conformance Resources is a huge gap in time due to my ~800 items for about 6 minutes with no logs coming out at all.

Can I get some feedback on what is being processed in the log?

grahamegrieve commented 1 year ago

what logging parameters do you have set?

On Mon, Feb 6, 2023 at 7:17 PM Rasmus Bækgaard @.***> wrote:

Between the message Generating Narratives and Validating Conformance Resources is a huge gap in time due to my ~800 items for about 6 minutes with no logs coming out at all.

Can I get some feedback on what is being processed in the log?

— Reply to this email directly, view it on GitHub https://github.com/HL7/fhir-ig-publisher/issues/607, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABMWKFJY2PUSD4FTZQIB7C3WWCXTFANCNFSM6AAAAAAUSLUMS4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

--

http://www.healthintersections.com.au / @.*** / +61 411 867 065 Benson & Grieve: Principles of Health Interoperability (Health Information Technology Standards), 4th ed - http://www.springer.com/978-3-030-56882-5

bakgaard commented 1 year ago

None is explicit set, so I would assume it is info. I run the command java -jar publisher.sh -ig .

grahamegrieve commented 1 year ago

see the logging parameter at https://build.fhir.org/ig/FHIR/fhir-tools-ig/CodeSystem-ig-parameters.html

On Mon, Feb 6, 2023 at 10:12 PM Rasmus Bækgaard @.***> wrote:

None is explicit set, so I would assume it is info. I run the command java -jar publisher.sh -ig .

— Reply to this email directly, view it on GitHub https://github.com/HL7/fhir-ig-publisher/issues/607#issuecomment-1418912352, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABMWKFPIF3LJFI3ALZCELJ3WWDMC3ANCNFSM6AAAAAAUSLUMS4 . You are receiving this because you commented.Message ID: @.***>

--

http://www.healthintersections.com.au / @.*** / +61 411 867 065 Benson & Grieve: Principles of Health Interoperability (Health Information Technology Standards), 4th ed - http://www.springer.com/978-3-030-56882-5

bakgaard commented 1 year ago

I see logging has a definition for generate - how do I use it when I build it?

I'd assume it was something like java -jar publisher.sh -ig . generate, but that does not provide loggin in that section...

grahamegrieve commented 1 year ago

from that page: "These parameter codes go in ImplementationGuide.definition.parameter.code http://hl7.org/fhir/R4/implementationguide-definitions.html#ImplementationGuide.definition.parameter.code "

On Mon, Feb 6, 2023 at 10:35 PM Rasmus Bækgaard @.***> wrote:

I see logging has a definition for generate - how do I use it when I build it?

I'd assume it was something like java -jar publisher.sh -ig . generate, but that does not work...

— Reply to this email directly, view it on GitHub https://github.com/HL7/fhir-ig-publisher/issues/607#issuecomment-1418941187, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABMWKFOOVI64KVGZ5P7LERLWWDOYRANCNFSM6AAAAAAUSLUMS4 . You are receiving this because you commented.Message ID: @.***>

--

http://www.healthintersections.com.au / @.*** / +61 411 867 065 Benson & Grieve: Principles of Health Interoperability (Health Information Technology Standards), 4th ed - http://www.springer.com/978-3-030-56882-5

bakgaard commented 1 year ago

These goes into my package.json? I can't quite figure out how they fit in.

grahamegrieve commented 1 year ago

I think you should seek guidance at IG creation https://chat.fhir.org/#narrow/stream/179252-IG-creation

On Mon, Feb 6, 2023 at 11:06 PM Rasmus Bækgaard @.***> wrote:

These goes into my package.json? I can't quite figure out how they fit in.

— Reply to this email directly, view it on GitHub https://github.com/HL7/fhir-ig-publisher/issues/607#issuecomment-1418977088, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABMWKFLQYSHYT33727CXH6LWWDSN7ANCNFSM6AAAAAAUSLUMS4 . You are receiving this because you commented.Message ID: @.***>

--

http://www.healthintersections.com.au / @.*** / +61 411 867 065 Benson & Grieve: Principles of Health Interoperability (Health Information Technology Standards), 4th ed - http://www.springer.com/978-3-030-56882-5

lmckenzi commented 1 year ago

We believe there are sufficient logging capabilities in place if the proper parameters are used, so no tooling change. Submitter to seek help on chat.fhir.org, as Git issues aren't the mechanism to ask for help. If specific enhancements are identified as part of the Zulip discussion, a new issue can be submitted.