This website requires JavaScript.
Explore
Help
Sign in
vbatts
/
quay
Archived
Watch
1
Star
0
Fork
You've already forked quay
0
Code
Issues
Pull requests
Releases
Wiki
Activity
This repository has been archived on
2020-03-24
. You can view files and clone it, but cannot push or open issues or pull requests.
da9b05fa4a
quay
/
conf
/
init
/
service
/
batch
/
notificationworker
/
log
/
run
5 lines
67 B
Text
Raw
Normal View
History
Unescape
Escape
Route all of the logging through syslog-ng. Add the ability to specify extra syslog-ng config. Simplify the Dockerfile.
2015-03-26 13:21:45 +00:00
#!/bin/sh
runit: add dependencies to loggers (#1515) This guarantees that the logger starts after syslog and the process it's logging.
2016-06-03 19:32:15 +00:00
# Start the logger
syslog: have syslog generate timestamps (#1585) This is the more elegant solution to #1579.
2016-06-27 18:35:12 +00:00
exec logger -i -t notificationworker
Reference in a new issue
Copy permalink