Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upnginx module doesn't log to journal #30732
Comments
copumpkin
added
the
6.topic: nixos
label
Oct 23, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
copumpkin commentedOct 23, 2017
Issue description
It seems that if you use the default config with
services.nginx.enable = true
, it creates a log folder that doesn't get picked up byjournald
. Is that intentional? It seems unintuitive when everything else goes to the journal by default.