Log option on admin area #10

Open
opened 2025-11-02 03:03:23 -06:00 by GiteaMirror · 8 comments
Owner

Originally created by @joubertredrat on GitHub (Nov 2, 2016).

Hi guys,

Sometimes I want to see Gogs logs to see if anything is wrong, but today I need to go to gogs log folder to see logs.

Then I think that is good idea to add a Logs options on Gogs admin area and display gogs.log, http.log, serv.log, update.log and other Gogs logs. With this will be possible to see logs on Gogs install more easy and to report issues too.

What you think guys?

Reference: https://github.com/gogits/gogs/issues/3721

Originally created by @joubertredrat on GitHub (Nov 2, 2016). Hi guys, Sometimes I want to see Gogs logs to see if anything is wrong, but today I need to go to gogs `log` folder to see logs. Then I think that is good idea to add a Logs options on Gogs admin area and display `gogs.log`, `http.log`, `serv.log`, `update.log` and other Gogs logs. With this will be possible to see logs on Gogs install more easy and to report issues too. What you think guys? Reference: https://github.com/gogits/gogs/issues/3721
GiteaMirror added the type/featuretopic/uiissue/confirmed labels 2025-11-02 03:03:23 -06:00
Author
Owner

@lunny commented on GitHub (Nov 9, 2016):

So we need a log management on admin panel?

@lunny commented on GitHub (Nov 9, 2016): So we need a log management on admin panel?
Author
Owner

@lunny commented on GitHub (Nov 9, 2016):

Or it can be named Console?

@lunny commented on GitHub (Nov 9, 2016): Or it can be named `Console`?
Author
Owner

@joubertredrat commented on GitHub (Nov 9, 2016):

I prefer Logs, is simple and intuitive

@joubertredrat commented on GitHub (Nov 9, 2016): I prefer `Logs`, is simple and intuitive
Author
Owner

@bkcsoft commented on GitHub (Nov 9, 2016):

I also prefer Logs. Consol makes it sound interactive (at least to me) which it is not.

@bkcsoft commented on GitHub (Nov 9, 2016): I also prefer `Logs`. `Consol` makes it sound interactive (at least to me) which it is not.
Author
Owner

@stale[bot] commented on GitHub (Feb 12, 2019):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale[bot] commented on GitHub (Feb 12, 2019): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
Author
Owner

@stale[bot] commented on GitHub (Apr 14, 2019):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale[bot] commented on GitHub (Apr 14, 2019): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
Author
Owner

@Cherrg commented on GitHub (Jul 7, 2019):

A) does gitea currently has more than one logfile?
B) Is this still relevant as System settings has got System Notices?

@Cherrg commented on GitHub (Jul 7, 2019): A) does gitea currently has more than one logfile? B) Is this still relevant as System settings has got `System Notices`?
Author
Owner

@zeripath commented on GitHub (Jul 7, 2019):

This is not a simple thing - Gitea can log to lots of places in a highly configurable manner.

That being said it might be useful to add a configurable temporary logger that logs to a file or to read log files that are present.

In particular a temporary logger could be set at say DEBUG or TRACE with an EXPRESSION set so that only certain logs are sent to it - thus you could use it to debug issues quickly without having to restart the server.

I will have a think.

@zeripath commented on GitHub (Jul 7, 2019): This is not a simple thing - Gitea can log to lots of places in a highly configurable manner. That being said it might be useful to add a configurable temporary logger that logs to a file or to read log files that are present. In particular a temporary logger could be set at say DEBUG or TRACE with an EXPRESSION set so that only certain logs are sent to it - thus you could use it to debug issues quickly without having to restart the server. I will have a think.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#10