Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access Log data not there #79

Open
HellStorm666 opened this issue Jan 6, 2025 · 1 comment
Open

Access Log data not there #79

HellStorm666 opened this issue Jan 6, 2025 · 1 comment

Comments

@HellStorm666
Copy link

HellStorm666 commented Jan 6, 2025

Hi there,
I run your nice container for NTP server, since Ubiquiti decided in all there wisdom to not implement a NTP Server in their UDM's AND not allow a FQDN to be set as NTP server in DHCP.

I want to see if all is configured correctly by looking at the access logs of the NTP container.
But, I can't find them.
/var/log is empty, /var/log/chrony is empty.
And the stoud isn't showing access. It does show what source is selected.

How to view the access logs?

ps. my compose.yaml:

services:
ntp:
build: .
image: cturra/ntp:latest
container_name: ntp
restart: always
networks:
- APPS
ports:
- 123:123/udp
environment:
- TZ=Europe/Amsterdam -
- NTP_SERVERS=0.nl.pool.ntp.org,1.nl.pool.ntp.org,2.nl.pool.ntp.org,3.nl.pool.ntp.org
- LOG_LEVEL=0
- NOCLIENTLOG=false
networks:
APPS:
external: true

@jimclark
Copy link

jimclark commented Jan 6, 2025

docker exec ntp chronyc clients

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants