trafficserver icon indicating copy to clipboard operation
trafficserver copied to clipboard

traffic.out not found

Open HugManh opened this issue 1 year ago • 3 comments

Hi everyone, I using TrafficSrever branch: master - #828b7d3 I added config to record.config, config as bellow:

CONFIG proxy.config.dump_mem_info_frequency INT 1
CONFIG proxy.config.res_track_memory INT 1

But when start trafficserver then traffic.out not found in ats/var/log/trafficserver

To Reproduce

autoreconf -i --force
./configure --prefix=/home/user/trafficserver/ats --enable-experimental-plugin
make && make install
/etc/init.d/trafficserver

HugManh avatar Oct 04 '24 02:10 HugManh

Hi @HugManh.

ATS 10 is no longer using records.config, instead it uses records.yaml now. If you need to convert your old records.config to yaml, please follow this.

Also, we've moved to cmake build system, please check this out.

Regards.

brbzull0 avatar Oct 07 '24 09:10 brbzull0

I would agree with @brbzull0 that you should move to the 10.0.0 release instead of using checkout of master.

bryancall avatar Oct 07 '24 22:10 bryancall

Thank, @bryancall @brbzull0 Sorry for the late reply, I will try switching to the 10.0.0 release.

HugManh avatar Oct 11 '24 02:10 HugManh

This issue has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community.

github-actions[bot] avatar Oct 12 '25 02:10 github-actions[bot]