github.com/wfusion/gofusion@v1.1.14/test/log/configs/app.yml (about)

     1  base:
     2    debug: false
     3    app: gofusion
     4    goroutine_pool:
     5      max_routine_amount: -1
     6  
     7    log:
     8      default:
     9        log_level: debug
    10        stacktrace_level: error
    11        shorter_filepath: true
    12        enable_console_output: true
    13        console_output_option:
    14          layout: console
    15      rotate_size:
    16        log_level: debug
    17        stacktrace_level: error
    18        shorter_filepath: true
    19        enable_console_output: false
    20        enable_file_output: true
    21        file_output_option:
    22          layout: console
    23          path: .
    24          name: gofusion.log
    25          rotation_max_age: 24h
    26          rotation_count: 5
    27          rotation_size: 1kib
    28          compress: false
    29      rotate_time:
    30        log_level: debug
    31        stacktrace_level: error
    32        shorter_filepath: true
    33        enable_console_output: false
    34        enable_file_output: true
    35        file_output_option:
    36          layout: console
    37          path: .
    38          name: gofusion.log
    39          rotation_max_age: 1s
    40          rotation_count: 5
    41          rotation_size: 1kib
    42          compress: false
    43      rotate_count:
    44        log_level: debug
    45        stacktrace_level: error
    46        shorter_filepath: true
    47        enable_console_output: false
    48        enable_file_output: true
    49        file_output_option:
    50          layout: console
    51          path: .
    52          name: gofusion.log
    53          rotation_max_age: 24h
    54          rotation_count: 1
    55          rotation_size: 1kib
    56          compress: false