An open API service indexing awesome lists of open source software.

https://github.com/offsh/xontrib-syslog-profiler

A Xonsh plugin (Xontrib) to log command execution (with output) to syslog file.
https://github.com/offsh/xontrib-syslog-profiler

hacking-tools profiling python3 syslog xonsh xontrib

Last synced: 3 months ago
JSON representation

A Xonsh plugin (Xontrib) to log command execution (with output) to syslog file.

Awesome Lists containing this project

README

        

![alt text](https://github.com/grg121/xontrib-syslog-profiler/blob/master/logo.png?raw=true)


A Xonsh plugin to profile and log command execution to a syslog file.

## Installation

Using pip:
```
pip install xontrib-syslog-shell-profiler
```
## Usage

```bash
xontrib load syslog-shell-profiler
```

It will define `$XONSH_HISTORY_BACKEND = JsonSyslogHistory`, if you overwrite this variable the syslog backend will not work. This history backend used the default JSON one as base and any change on that class will affect to the plugin.