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

Move more config items to webui #815

Closed
4 tasks done
billsargent opened this issue Feb 20, 2022 · 9 comments
Closed
4 tasks done

Move more config items to webui #815

billsargent opened this issue Feb 20, 2022 · 9 comments
Labels
enhancement New feature or request released

Comments

@billsargent
Copy link

Describe your suggested feature

Move options such as cron, scan on startup, library exclusions for scan, sesssion key, remember me validity, session timeout, delete empty collections, delete empty read lists, and threads min and max to the web ui and stored in the DB, Make command line and application.xml a priority but have the database config options apply if they exist. Adding a restart server button if needed that would read those in.

Other options such as http port, database location could probably be added but for example, database location would most likely need to MOVE the database to a new location. Http port would likely need a serious warning.

Another thing I'd like to see is the ability to view server logs in real time or at least get some idea of what is currently happening when the server is busy.

Other details

No response

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
  • I have written a short but informative title.
  • I have updated the app to the latest version.
  • I will fill out all of the requested information in this form.
@billsargent billsargent added the enhancement New feature or request label Feb 20, 2022
@gotson
Copy link
Owner

gotson commented Feb 20, 2022

get some idea of what is currently happening when the server is busy.

https://komga.org/faq/#komga-seems-slow-how-can-i-check-what-s-going-on

@billsargent
Copy link
Author

get some idea of what is currently happening when the server is busy.

https://komga.org/faq/#komga-seems-slow-how-can-i-check-what-s-going-on

Yes. I tail the logs from the command line or watch the output from the console.

@gotson
Copy link
Owner

gotson commented Feb 20, 2022

get some idea of what is currently happening when the server is busy.

https://komga.org/faq/#komga-seems-slow-how-can-i-check-what-s-going-on

Yes. I tail the logs from the command line or watch the output from the console.

It's more complicated than what I pointed out, which tells you how much tasks are still pending to be done.

Logs are usually a mean of investigation, but are not usually a good indicator of activity. They could tell too much or too little depending on their configuration.

@billsargent
Copy link
Author

get some idea of what is currently happening when the server is busy.

https://komga.org/faq/#komga-seems-slow-how-can-i-check-what-s-going-on

Yes. I tail the logs from the command line or watch the output from the console.

It's more complicated than what I pointed out, which tells you how much tasks are still pending to be done.

Logs are usually a mean of investigation, but are not usually a good indicator of activity. They could tell too much or too little depending on their configuration.

Yes I use it to make sure the little NAS i'm running this on hasn't ran out of RAM or anything... as long as I'm stilling seeing inserts or things like that, its ok. I grep the logs too for errors. I'm running this on a Screen session there.

btw it might be better to have the logs split. sqlite insert information, for example, it its own log.

@gotson
Copy link
Owner

gotson commented Feb 20, 2022

Errors are not necessarily relevant, as errors do occur in the course of the normal activity.

btw it might be better to have the logs split. sqlite insert information, for example, it its own log.

It usually isn't, at least for me doing investigations for support, because information is split.

You can configure everything the way you want though, spring boot is very flexible.

@billsargent
Copy link
Author

Moving away from the logging, what are your thoughts on having some of the config in the UI?

@gotson
Copy link
Owner

gotson commented Feb 21, 2022

Moving away from the logging, what are your thoughts on having some of the config in the UI?

it's something I want to do, among a lot of other things :)

@billsargent
Copy link
Author

Moving away from the logging, what are your thoughts on having some of the config in the UI?

it's something I want to do, among a lot of other things :)

I look forward to the work you're doing :)

@gotson
Copy link
Owner

gotson commented Oct 4, 2023

🎉 This issue has been resolved in v1.5.0 (Release Notes)

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request released
Projects
None yet
Development

No branches or pull requests

2 participants