Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Dec 25, 2017
1 parent 4a72eaf commit aa1f77a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,23 @@ With this plugin loaded, all your output comes out of STDOUT and you can do as y
* send it to Elasticsearch for fast searching
* watch for "error", "warning", "debug" and send an Email or Discord message to alert your team to issues
* pipe it to /dev/null and live life on the edge

## Demo/Test

To check out the plugin in action, run `make runtest` if you have Make available.

If you're on Windows and don't have Make installed, run this:

```powershell
cp nolog.so test\plugins\nolog.so
sampctl package build --forceEnsure --dir test
sampctl server run --dir test --container
```

Requires sampctl and Docker to be installed.

## Why Linux Only?

Linux is the go-to production server, there are very few reasons to run a production server on Windows. Windows is largely used for development and you'll likely not care about the overhead of log files in a development environment.

If you _do_ run a prod server on Windows and are still interested in blocking `server_log.txt` output, unfortunately I don't plan to work on a Windows version as I'm even entirely sure if it'll work the same way.

0 comments on commit aa1f77a

Please sign in to comment.