A logging service for NMDC hubs. https://code.ivysaur.me/nmdc-log-service
Go to file
mappu cf0288a11c dist-archive: track binary large objects 2020-05-07 19:23:47 +12:00
dist-archive dist-archive: track binary large objects 2020-05-07 19:23:47 +12:00
.gitignore gitignore binary in source directory 2020-05-07 19:14:37 +12:00
README.md doc: convert README to standard format 2020-05-07 19:19:34 +12:00
build.sh nmdc-log-service/scripts: fix wrong permissions on binary files inside tar archive 2016-04-16 19:22:25 +12:00
go.mod convert to Go Modules 2020-05-07 19:14:56 +12:00
go.sum convert to Go Modules 2020-05-07 19:14:56 +12:00
hublog.service nmdc-log-service: track sample systemd unit 2016-04-16 19:01:20 +12:00
main.go convert to Go Modules 2020-05-07 19:14:56 +12:00

README.md

nmdc-log-service

A logging service for NMDC hubs.

It logs public chat messages to a file, categorised by months. Binaries are provided for Windows/Linux amd64/i386.

Usage

$nmdc-log-service -Help

Usage of nmdc-log-service:
  -Debug
        Print additional information on stdout
  -Dir string
        Output directory (default ".")
  -LogConnectionState
        Include connection state changes in log (default true)
  -Nick string
        Nick (default "nmdc-log-service")
  -PMResponse string
        Message to respond with on PM (default "This is an automated service. For enquiries, please contact an administrator.")
  -Password string
        Registered nick password
  -Server string
        Addresses to connect to (comma-separated)
  -VerifyTLS
        Verify TLS certificates (default true)

Changelog

master

  • Convert to Go Modules, upgrade libnmdc to v0.18.0

2016-04-16 1.0.4

2016-04-04 1.0.3

2016-04-03 1.0.2

2016-04-03 1.0.1

2016-04-02 1.0.0