WARNING (as): (as.c:290) in new-style daemon mode, console logging is not configured

Good day!

At our current setup, we are constantly getting this warning message in logs:

WARNING (as): (as.c:290) in new-style daemon mode, console logging is not configured

I do not see any problems with Aerospike or logging, but the warning states there could be something missing in our configuration. But I can’t find any references to this warning in Aerospike configuration. Am I missing something, and what could be the reasons behind this warning?

Systemd expects daemons to log to stdout which is our “console” logging. You are likely logging to a file so systemd will not manage your logs for you.

See https://www.aerospike.com/docs/operations/configure/log/ for how to configure console logging (not required).

This topic was automatically closed 84 days after the last reply. New replies are no longer allowed.