github.com/rohankumardubey/proxyfs@v0.0.0-20210108201508-653efa9ab00e/proxyfsd/logging.conf (about)

     1  [Logging]
     2  LogFilePath: proxyfsd.log
     3  
     4  # NOTE: Log levels other than Trace and Debug are always on.
     5  
     6  # Enable trace logging on a per-package basis. Trace logs are disabled
     7  # by default unless enabled here.
     8  #
     9  # Supported values: dlm, fs, fuse, headhunter, inode, jrpcfs, logger,
    10  # proxyfsd, sortedmap, swiftclient, and transitions...or none (default).
    11  TraceLevelLogging: none
    12  
    13  # Enable debug logging on a per-package basis. Debug logs are disabled
    14  # by default unless enabled here.
    15  #
    16  # Supported values: dlm, fs, inode, and jrpcfs...or none (default).
    17  DebugLevelLogging: none
    18  
    19  # when true, log to stderr even when LogFilePath is set
    20  LogToConsole: false
    21  
    22  [EventLog]
    23  Enabled:          false
    24  BufferKey:        1234
    25  BufferLength:     1048576 # 1MiB
    26  MinBackoff:       1us
    27  MaxBackoff:       2us
    28  DaemonPollDelay:  10ms
    29  DaemonOutputPath:         # If blank, os.Stdout is used