papertrail-cli icon indicating copy to clipboard operation
papertrail-cli copied to clipboard

Command-line client for Papertrail hosted syslog & app log management service

Results 31 papertrail-cli issues
Sort by recently updated
recently updated
newest added

How about providing short flags for these `--min-time` and `--max-time`? Possible options: - `-n` for min, `-x` for max - `-m` for min, `-x` for max - `-m` for min,...

Running `papertrail --min-time today` just comes up empty. Could it be that it is translated to `today at the end of the day`?

This PR comes to improve error messages by showing only the message, and not the trace. It rescues two exceptions: - `ArgumentError` - raised in some cases across the code,...

An assortment of small to medium changes to improve code standards: 1. Exclude `okjson` from Code Climate 2. Remove / rename unused variables, mostly in the `OptionsParser` blocks 3. Add...

I am behind proxy, an i am not able to connect to papertrail from papertrail-cli due to this. How can i configure proxy? I am using cli in wondows. Ruby...

I tried for example `papertrail --min-time='16:06:53'` (9am Pacific, but the log timestamps showed up as UTC). Papertrail prints no results and exits 0. I know times are hard but it'd...

That would allow us to test new changes on multiple versions of Ruby and avoid situations where a method is called that doesn't exist. For example, [here](https://github.com/papertrail/papertrail-cli/commit/cbbbe1da8edef4c5fc9cb00d49b6965f263ffb1f) `force_encoding` doesn't exist...

Right now it doesn't appear that we are setting any timeouts on the HTTP client, but we really should.

Initial work on the archives tool from #58 This tries to use the each_event method instead of hitting the archives endpoint because I didn't read the documentation thoroughly. It doesn't...