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

     1  [Logging]
     2  LogFilePath: /var/log/proxyfsd/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 by default unless enabled here.
     7  # Supported values: dlm, fs, fuse, headhunter, inode, jrpcfs, logger, proxyfsd, sortedmap, swiftclient, and transitions...or none (default).
     8  TraceLevelLogging: none
     9  
    10  # Enable debug logging on a per-package basis. Debug logs are disabled by default unless enabled here.
    11  # Supported values: ldlm, fs, jrpcfs, and inode...or none (default).
    12  DebugLevelLogging: none
    13  
    14  # when true, log to stderr even when LogFilePath is set—
    15  LogToConsole: false
    16  
    17  [EventLog]
    18  Enabled:          false
    19  BufferKey:        1234
    20  BufferLength:     1048576 # 1MiB
    21  MinBackoff:       1us
    22  MaxBackoff:       2us
    23  DaemonPollDelay:  10ms
    24  DaemonOutputPath:         # If blank, os.Stdout is used