|
|
6ffc6f66c5
|
Merge branch 'freebsd-newsyslog-signal-on-rotate'
# Conflicts:
# src/main.go
|
2021-12-24 11:09:17 +01:00 |
|
|
|
0ddbf6dea0
|
src/main.go: newsyslog actually sends SIGHUP, not SIGUSR1
|
2021-12-24 11:06:30 +01:00 |
|
|
|
8be4466d66
|
src/main.go: in setLogFile() check for null when closing old FD and also check error from Close()
|
2021-12-24 11:05:47 +01:00 |
|
|
|
b8b11b1d66
|
Convert to go module
|
2021-12-23 16:47:15 +01:00 |
|
|
|
15a4566b3b
|
src/main.go: add -v and --version flag.
|
2021-12-02 12:56:09 +01:00 |
|
|
|
823832c94e
|
src/main.go: act on the SIGUSR1 signal (sent by logrotate daemon) and reopen log file.
|
2020-06-26 18:10:05 +02:00 |
|
|
|
c4e404f873
|
src/main.go: rewrite openlog() to a more specific setLogFile() function.
|
2020-06-26 18:04:46 +02:00 |
|
|
|
9e8ee93983
|
src/main.go: adding "--log,-l" command line flag to enable file logging.
|
2020-06-26 14:01:52 +02:00 |
|
|
|
fe8724aae5
|
move some "non server" code from src/server.go to src/main.go
|
2020-06-26 13:47:48 +02:00 |
|