loggie-io / loggie

A lightweight, cloud-native data transfer agent and aggregator
https://loggie-io.github.io/docs-en/
Apache License 2.0
1.26k stars 167 forks source link

sink到文件中,没有自动创建目录 #686

Open GreatLazyMan opened 2 months ago

GreatLazyMan commented 2 months ago

In what area(s)?

/area sink

What version of Loggie?

1.5.0

Expected Behavior

参考官方文档创建sink如下 sink: type: file workerCount: 1024 baseDirs:

Actual Behavior

实际上日志写入到文件 /data0/${podame}.log ,没有创建目录 ${nodename}

Steps to Reproduce the Problem

创建file sink,filename包含多级子目录