Closed koppor closed 2 months ago
I've added progress indication for this.
Should I add LOGGER.info
too?
Do you have a screenshot? Here, it renders as follows:
LOGGER.info
is nice. We can still turn it into LOGGER.debug
if users start complaining.
Currently, it is hard to see what's happening.
No, I mean, I've added progress indication: https://github.com/InAnYan/jabref/issues/101
What kind of LOGGER.info
should I add and where?
No, I mean, I've added progress indication: #101
That issue is about indexing. Here, I talk about "Processing".
What kind of
LOGGER.info
should I add and where?
I report from a user perspective.
At each time, a thing could last more than 10 seconds, there should be a LOGGER.info. (This is the poor man's solution for progress, but also offering some details to allow users to understand, what is going on)
More motivation: I am now waiting for a long time for "Downloading...", but there is nothing transferred:
`
How can I know what is going wrong?
With some more logging, I hope, it can be known.
What do you think about this: https://github.com/JabRef/jabref/commit/f79f87462b527a70cfa0db697ad1b16b88a0eb5f ?
(Hope this time I sent you the right commit :) )
If possible, add the citation key to the log message.
Two reasons:
INFO: Summary of the file was generated successfully
INFO: Sending request to AI provider to summarize a chunk
INFO: Summarizing chunks (1 pass)
Line 2 should also include the URL as written in my last comment above (https://github.com/InAnYan/jabref/issues/95#issuecomment-2269233231)
Good example:
INFO: Finished summarization task for entry Corti_2009
Should that URL be full API endpoint? I don't think there is a way to extract it. Moreover, it's a POST request, so nothing fancy in the URL.
What I can show is only the API base URL
What I can show is only the API base URL
Base URL is good enough!
This contributes to transparency which data is sent to where.
Okay then, I'll close the issue. Base URL is shown
Use
LOGGER.info
more often. These will appear atCurrently, I am waiting for the summary. How many hours should I wait?