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

cmd/geth: enable log rotation #26843

Merged
merged 3 commits into from
Apr 3, 2023
Merged

Commits on Mar 30, 2023

  1. use lumberjack logger for file logging (with rotation)

    move DirectoryFlag (cmd/utils -> internal/debug), where it can be used for the new log location option
    
    use command line flag to set lumberjack folder location
    
    moving the directory customflag to internal/flags
    
    fix log folder creation logic
    
    reverts deletion of interface implementation assertions
    
    adds category to logLocationFlag
    
    revert flags.go file rename; respond to other PR comments
    
    adds other flags related to logger file rotation
    sudeepdino008 authored and holiman committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    bd92941 View commit details
    Browse the repository at this point in the history
  2. cmd/geth: make log rotation option explicit, combine log.file flag

    internal: post-rebase fixups
    internal: fix cli-param redeclaration
    
    sq
    holiman committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    87aae7d View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

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