Hi,
yes, logging is customizable, and DNS reverse lookup support (via
c-ares) is one of the (auto-detected) compile time options. Please
have a look at
https://projects.pro-bono-publico.de/event-driven-servers/doc/tac_plus-ng.html#AEN407
for log format configuration details.
Cheers,
Marc
--
You received this message because you are subscribed to the Google Groups "Event-Driven Servers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to event-driven-ser...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/event-driven-servers/CAMsxAOo1xaAO9vMC8zonr4FdJ_LD6AGqCFFy%3DODZM9ue5LD0Fg%40mail.gmail.com.
I stood up a test server and compiled from source (with all the required libs) using the same config and I am getting the same result.
Here is the simple config I am using:
#!../sbin/tac_plus-ng
id = spawnd {
background = no
# single process = yes
listen { port = 49 }
spawn {
instances min = 1
instances max = 32
}
}
id = tac_plus-ng {
log acctlog {
destination = /usr/local/etc/log/acct.log
accounting format = "${nas} | ${user} | ${port} | ${nac} | ${cmd}"
}
accounting log = acctlog
dns servers = 100.68.226.61
dns reverse-lookup = yes
device world {
address = {redacted}
#address = {redacted}
key = {redacted}
}
}
On Wednesday, May 14, 2025 at 2:34:37 PM UTC-4 John Hartlove wrote:
This is excellent! Thanks so much for the help. I am using a docker image. Is there anyway to determine if the version I am running has c-ares compiled into it? I am doing what the docs say and am having no luck.
On Wednesday, May 14, 2025 at 2:19:37 PM UTC-4 Marc Huber wrote:
To view this discussion visit https://groups.google.com/d/msgid/event-driven-servers/f96b2552-22f6-4944-ab26-72e48335695cn%40googlegroups.com.