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

In gitea serv switch off console logger to fix #5866 #5887

Commits on Jan 28, 2019

  1. In serv.go switch off console logger to fix go-gitea#5866

    By default warning logs are printed to the stdout which breaks a git receive-pack etc.
    This PR disables the console logger whilst in serv.go
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    f87c9bd View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Configuration menu
    Copy the full SHA
    587bb96 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2019

  1. Configuration menu
    Copy the full SHA
    1b1bc05 View commit details
    Browse the repository at this point in the history