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

     1  base:
     2    debug: true
     3    app: gofusion
     4    goroutine_pool:
     5      force_sync: false
     6      max_routine_amount: 10
     7      enabled_logger: true
     8  
     9    log:
    10      default:
    11        log_level: debug
    12        stacktrace_level: error
    13        enable_console_output: true
    14        console_output_option:
    15          layout: console
    16        enable_file_output: false
    17        file_output_option:
    18          layout: json
    19          path: .
    20          name: gofusion.log
    21          rotation_max_age: 24h
    22          rotation_count: 10
    23          rotation_size: 100mib
    24          compress: false