Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Reduce log size #675

Closed
gitthangbaby opened this issue Jan 31, 2022 · 0 comments · Fixed by #731
Closed

Feature Request: Reduce log size #675

gitthangbaby opened this issue Jan 31, 2022 · 0 comments · Fixed by #731
Assignees
Labels
enhancement New feature or request status:added-to-develop Feature Request or Bug Fix is in Develop

Comments

@gitthangbaby
Copy link

Is your feature request related to a problem? Please describe.
Too much logging. Synology not able to scrap the log as it's beyond its limits.

Describe the solution you'd like
New CLI parameter -q to avoid the fancy temporary output e.g. "Loaded 100/300"

Describe alternatives you've considered
I've emptied the util/print_return() function. That's where the solution could be added.

Additional context
Incomplete output is captured ending in the middle of "Parsing ID 7" sentence on line 30000. First i've tried -nc parameter or "Time between imports" (like in some other cases, unknown unit - seconds, minutes) but that doesn't seem to impact logging. Since the logs are captured, it grabs too many of the following lines:

  • Loaded:
  • Processing:
  • Filtering:
  • Parsing ID
    I suggest we have a console friendly mode "quiet" to avoid the temporary progress output which is not needed in the log archives.
@gitthangbaby gitthangbaby added enhancement New feature or request status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Jan 31, 2022
@meisnate12 meisnate12 added priority:medium Medium priority bug or feature and removed status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Feb 8, 2022
@meisnate12 meisnate12 added status:added-to-develop Feature Request or Bug Fix is in Develop and removed priority:medium Medium priority bug or feature labels Feb 13, 2022
@meisnate12 meisnate12 mentioned this issue Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request status:added-to-develop Feature Request or Bug Fix is in Develop
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants