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

Log option on admin area #15

Open
joubertredrat opened this issue Nov 2, 2016 · 8 comments
Open

Log option on admin area #15

joubertredrat opened this issue Nov 2, 2016 · 8 comments
Labels
issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented topic/ui Change the appearance of the Gitea UI type/feature Completely new functionality. Can only be merged if feature freeze is not active.

Comments

@joubertredrat
Copy link
Contributor

joubertredrat commented 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: gogs/gogs#3721

@tboerger tboerger changed the title [Feature suggestion] Log option on admin area Log option on admin area Nov 3, 2016
@tboerger tboerger added the type/enhancement An improvement of existing functionality label Nov 3, 2016
@tboerger tboerger added this to the 1.2.0 milestone Nov 3, 2016
@tboerger tboerger added type/feature Completely new functionality. Can only be merged if feature freeze is not active. topic/ui Change the appearance of the Gitea UI and removed type/enhancement An improvement of existing functionality labels Nov 3, 2016
@lunny
Copy link
Member

lunny commented Nov 9, 2016

So we need a log management on admin panel?

@lunny
Copy link
Member

lunny commented Nov 9, 2016

Or it can be named Console?

@joubertredrat
Copy link
Contributor Author

I prefer Logs, is simple and intuitive

@bkcsoft
Copy link
Member

bkcsoft commented Nov 9, 2016

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

@lunny lunny modified the milestones: 1.3.0, 1.2.0 Apr 6, 2017
@lunny lunny modified the milestones: 1.3.0, 1.x.x Sep 14, 2017
lunny referenced this issue in lunny/gitea Feb 7, 2019
lunny referenced this issue in lunny/gitea Feb 7, 2019
Remove convey and use testify assert
@stale
Copy link

stale bot commented 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 stale bot added issue/stale and removed issue/stale labels Feb 12, 2019
@stale
Copy link

stale bot commented 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 stale bot added the issue/stale label Apr 14, 2019
@lunny lunny added the issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented label Apr 14, 2019
@stale stale bot removed the issue/stale label Apr 14, 2019
@Cherrg
Copy link
Contributor

Cherrg commented Jul 7, 2019

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

@zeripath
Copy link
Contributor

zeripath commented 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.

Codeberg-org pushed a commit to Codeberg-org/gitea that referenced this issue Mar 23, 2021
CB: Open pages in new tab (go-gitea#13)

Apply to upstream 1.14

CB: Open pages in new tab

Co-authored-by: fnetx <git@fralix.ovh>
Reviewed-on: https://codeberg.org/Codeberg/gitea/pulls/13
Co-Authored-By: Otto Richter <fnetx@noreply.codeberg.org>
Co-Committed-By: Otto Richter <fnetx@noreply.codeberg.org>

Reviewed-on: https://codeberg.org/Codeberg/gitea/pulls/15
Co-Authored-By: Otto Richter <fnetx@noreply.codeberg.org>
Co-Committed-By: Otto Richter <fnetx@noreply.codeberg.org>
CL-Jeremy pushed a commit to CL-Jeremy/gitea that referenced this issue Mar 30, 2021
Fall back to GNU tar; forward-compatible for APT 2.0
Codeberg-org pushed a commit to Codeberg-org/gitea that referenced this issue Aug 9, 2021
CB: Open pages in new tab (go-gitea#13)

Apply to upstream 1.14

CB: Open pages in new tab

Co-authored-by: fnetx <git@fralix.ovh>
Reviewed-on: https://codeberg.org/Codeberg/gitea/pulls/13
Co-Authored-By: Otto Richter <fnetx@noreply.codeberg.org>
Co-Committed-By: Otto Richter <fnetx@noreply.codeberg.org>

Reviewed-on: https://codeberg.org/Codeberg/gitea/pulls/15
Co-Authored-By: Otto Richter <fnetx@noreply.codeberg.org>
Co-Committed-By: Otto Richter <fnetx@noreply.codeberg.org>
Codeberg-org pushed a commit to Codeberg-org/gitea that referenced this issue Aug 9, 2021
CB: Open pages in new tab (go-gitea#13)

Apply to upstream 1.14

CB: Open pages in new tab

Co-authored-by: fnetx <git@fralix.ovh>
Reviewed-on: https://codeberg.org/Codeberg/gitea/pulls/13
Co-Authored-By: Otto Richter <fnetx@noreply.codeberg.org>
Co-Committed-By: Otto Richter <fnetx@noreply.codeberg.org>

Reviewed-on: https://codeberg.org/Codeberg/gitea/pulls/15
Co-Authored-By: Otto Richter <fnetx@noreply.codeberg.org>
Co-Committed-By: Otto Richter <fnetx@noreply.codeberg.org>
@wxiaoguang wxiaoguang removed this from the 1.x.x milestone Feb 22, 2022
Codeberg-org pushed a commit to Codeberg-org/gitea that referenced this issue Feb 23, 2022
CB: Open pages in new tab (go-gitea#13)

Apply to upstream 1.14

CB: Open pages in new tab

Co-authored-by: fnetx <git@fralix.ovh>
Reviewed-on: https://codeberg.org/Codeberg/gitea/pulls/13
Co-Authored-By: Otto Richter <fnetx@noreply.codeberg.org>
Co-Committed-By: Otto Richter <fnetx@noreply.codeberg.org>

Reviewed-on: https://codeberg.org/Codeberg/gitea/pulls/15
Co-Authored-By: Otto Richter <fnetx@noreply.codeberg.org>
Co-Committed-By: Otto Richter <fnetx@noreply.codeberg.org>
Codeberg-org pushed a commit to Codeberg-org/gitea that referenced this issue Jun 21, 2022
CB: Open pages in new tab (go-gitea#13)

Apply to upstream 1.14

CB: Open pages in new tab

Co-authored-by: fnetx <git@fralix.ovh>
Reviewed-on: https://codeberg.org/Codeberg/gitea/pulls/13
Co-Authored-By: Otto Richter <fnetx@noreply.codeberg.org>
Co-Committed-By: Otto Richter <fnetx@noreply.codeberg.org>

Reviewed-on: https://codeberg.org/Codeberg/gitea/pulls/15
Co-Authored-By: Otto Richter <fnetx@noreply.codeberg.org>
Co-Committed-By: Otto Richter <fnetx@noreply.codeberg.org>
Codeberg-org pushed a commit to Codeberg-org/gitea that referenced this issue Jan 7, 2023
CB: Open pages in new tab (go-gitea#13)

Apply to upstream 1.14

CB: Open pages in new tab

Co-authored-by: fnetx <git@fralix.ovh>
Reviewed-on: https://codeberg.org/Codeberg/gitea/pulls/13
Co-Authored-By: Otto Richter <fnetx@noreply.codeberg.org>
Co-Committed-By: Otto Richter <fnetx@noreply.codeberg.org>

Reviewed-on: https://codeberg.org/Codeberg/gitea/pulls/15
Co-Authored-By: Otto Richter <fnetx@noreply.codeberg.org>
Co-Committed-By: Otto Richter <fnetx@noreply.codeberg.org>
Codeberg-org pushed a commit to Codeberg-org/gitea that referenced this issue Jan 12, 2023
CB: Open pages in new tab (go-gitea#13)

Apply to upstream 1.14

CB: Open pages in new tab

Co-authored-by: fnetx <git@fralix.ovh>
Reviewed-on: https://codeberg.org/Codeberg/gitea/pulls/13
Co-Authored-By: Otto Richter <fnetx@noreply.codeberg.org>
Co-Committed-By: Otto Richter <fnetx@noreply.codeberg.org>

Reviewed-on: https://codeberg.org/Codeberg/gitea/pulls/15
Co-Authored-By: Otto Richter <fnetx@noreply.codeberg.org>
Co-Committed-By: Otto Richter <fnetx@noreply.codeberg.org>
Codeberg-org pushed a commit to Codeberg-org/gitea that referenced this issue Jan 18, 2023
CB: Open pages in new tab (go-gitea#13)

Apply to upstream 1.14

CB: Open pages in new tab

Co-authored-by: fnetx <git@fralix.ovh>
Reviewed-on: https://codeberg.org/Codeberg/gitea/pulls/13
Co-Authored-By: Otto Richter <fnetx@noreply.codeberg.org>
Co-Committed-By: Otto Richter <fnetx@noreply.codeberg.org>

Reviewed-on: https://codeberg.org/Codeberg/gitea/pulls/15
Co-Authored-By: Otto Richter <fnetx@noreply.codeberg.org>
Co-Committed-By: Otto Richter <fnetx@noreply.codeberg.org>
Codeberg-org pushed a commit to Codeberg-org/gitea that referenced this issue Feb 23, 2023
CB: Open pages in new tab (go-gitea#13)

Apply to upstream 1.14

CB: Open pages in new tab

Co-authored-by: fnetx <git@fralix.ovh>
Reviewed-on: https://codeberg.org/Codeberg/gitea/pulls/13
Co-Authored-By: Otto Richter <fnetx@noreply.codeberg.org>
Co-Committed-By: Otto Richter <fnetx@noreply.codeberg.org>

Reviewed-on: https://codeberg.org/Codeberg/gitea/pulls/15
Co-Authored-By: Otto Richter <fnetx@noreply.codeberg.org>
Co-Committed-By: Otto Richter <fnetx@noreply.codeberg.org>
Codeberg-org pushed a commit to Codeberg-org/gitea that referenced this issue May 3, 2023
CB: Open pages in new tab (go-gitea#13)

Co-authored-by: fnetx <git@fralix.ovh>
Reviewed-on: https://codeberg.org/Codeberg/gitea/pulls/13

Co-Authored-By: Otto Richter <fnetx@noreply.codeberg.org>
Co-Committed-By: Otto Richter <fnetx@noreply.codeberg.org>
Codeberg-org pushed a commit to Codeberg-org/gitea that referenced this issue Jul 5, 2023
CB: Open pages in new tab (go-gitea#13)

Co-authored-by: fnetx <git@fralix.ovh>
Reviewed-on: https://codeberg.org/Codeberg/gitea/pulls/13

Co-Authored-By: Otto Richter <fnetx@noreply.codeberg.org>
Co-Committed-By: Otto Richter <fnetx@noreply.codeberg.org>
zengchen1024 pushed a commit to zengchen1024/gitea that referenced this issue Jan 31, 2024
Signed-off-by: lcr <pkwarcraft@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented topic/ui Change the appearance of the Gitea UI type/feature Completely new functionality. Can only be merged if feature freeze is not active.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants