Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

Commit

Permalink
Issue ContainerSSH/ContainerSSH#97: More visible link to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Janos Pasztor committed Feb 13, 2021
1 parent a975146 commit b823f00
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -6,10 +6,9 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/containerssh/log?style=for-the-badge)](https://goreportcard.com/report/github.com/containerssh/log)
[![LGTM Alerts](https://img.shields.io/lgtm/alerts/github/ContainerSSH/log?style=for-the-badge)](https://lgtm.com/projects/g/ContainerSSH/log/)


This library provides internal logging for ContainerSSH. Its functionality is very similar to how syslog is structured.

<p align="center"><strong>Note: This is a developer documentation.</strong><br />The user documentation for ContainerSSH is located at <a href="https://containerssh.github.io">containerssh.github.io</a>.</p>
<p align="center"><strong>⚠⚠⚠ Warning: This is a developer documentation. ⚠⚠⚠</strong><br />The user documentation for ContainerSSH is located at <a href="https://containerssh.io">containerssh.io</a>.</p>

## Getting a logger

Expand Down Expand Up @@ -144,4 +143,4 @@ You can create a logger for testing purposes that logs using the `t *testing.T`

```go
logger := log.NewTestLogger(t)
```
```

0 comments on commit b823f00

Please sign in to comment.