You’ve configured both “unix interactive” and “unix nodaemon” – a bit odd – but 
that probably isn’t the issue.

I’d guess that your container simply isn’t configured to produce syslog output. 
See https://docs.docker.com/config/containers/logging/syslog/

D.

From: vpp-dev@lists.fd.io <vpp-dev@lists.fd.io> On Behalf Of sothy
Sent: Monday, March 2, 2020 7:58 AM
To: vpp-dev@lists.fd.io
Subject: [vpp-dev] clib_waring is not printing

Hello,
I compile and running vpp with plugin. vpp version is 19.08. I'm running within 
a docker container.
The following commands are used for compilation and running.

$make UNATTENDED=yes install-dep

$make pkg-deb V=1


$apt-get install --no-install-recommends -yy liblz4-tool tar \

/src/vpp/build-root/vpp_*.deb \

/src/vpp/build-root/vpp-plugin-core_*.deb \

/src/vpp/build-root/libvppinfra_*.deb \

/src/vpp/build-root/vpp-api-python_*.deb

To run:

/usr/bin/vpp -c ./startup.conf

In my startup.conf,

unix {
  nodaemon
  log /tmp/vpp.log
  full-coredump
  gid vpp
  interactive
  cli-listen localhost:5002
  exec init.conf
}

api-trace {
  on
}

api-segment {
  gid vpp
}



But I didnt see clib_warning message in terminal or syslog (/var/log/syslog).

Any reasons? Thanks



Best regards

Sothy


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#15646): https://lists.fd.io/g/vpp-dev/message/15646
Mute This Topic: https://lists.fd.io/mt/71673585/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to