forked from Docker/baseimage-docker
syslog fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM ubuntu:16.04
|
FROM ubuntu:18.04
|
||||||
MAINTAINER Phusion <info@phusion.nl>
|
MAINTAINER Phusion <info@phusion.nl>
|
||||||
|
|
||||||
COPY . /bd_build
|
COPY . /bd_build
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ destination d_newscrit { file("/var/log/news/news.crit"); };
|
|||||||
destination d_newserr { file("/var/log/news/news.err"); };
|
destination d_newserr { file("/var/log/news/news.err"); };
|
||||||
destination d_newsnotice { file("/var/log/news/news.notice"); };
|
destination d_newsnotice { file("/var/log/news/news.notice"); };
|
||||||
|
|
||||||
# Some `catch-all' logfiles.
|
# Some 'catch-all' logfiles.
|
||||||
#
|
#
|
||||||
destination d_debug { file("/var/log/debug"); };
|
destination d_debug { file("/var/log/debug"); };
|
||||||
destination d_error { file("/var/log/error"); };
|
destination d_error { file("/var/log/error"); };
|
||||||
|
|||||||
Reference in New Issue
Block a user