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

add a new internal hook to save ssh log #15787

Merged
merged 6 commits into from
May 21, 2021

Commits on May 8, 2021

  1. add a new internal hook to save ssh log

    as title, when a ssh error ocure like go-gitea#15785.
    only when switch ``RUN_MODE`` to dev can we
    found which error is ocure. But this way is
    not a good idea for production envirment.
    
    this changes try save ssh error mesage to the
    log file like other log by a new internal hook.
    I think it's usefull for find error message
    in production envirment. Thanks.
    
    Signed-off-by: a1012112796 <1012112796@qq.com>
    a1012112796 committed May 8, 2021
    Configuration menu
    Copy the full SHA
    7ed97a1 View commit details
    Browse the repository at this point in the history
  2. rename and fix nit

    a1012112796 committed May 8, 2021
    Configuration menu
    Copy the full SHA
    ce4c35f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

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

Commits on May 14, 2021

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

Commits on May 21, 2021

  1. Update modules/private/hook.go

    Co-authored-by: silverwind <me@silverwind.io>
    techknowlogick and silverwind committed May 21, 2021
    Configuration menu
    Copy the full SHA
    f1e860a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02c84f5 View commit details
    Browse the repository at this point in the history