logdna / logdna-cli

The LogDNA CLI allows you to signup for a new account and tail your server logs right from the command line.
https://logdna.com
MIT License
27 stars 21 forks source link

Don't show error if the configuration file does not exist #38

Closed ernestii closed 5 years ago

ernestii commented 5 years ago

Before:

$ logdna tail
Unable to read the configuration file.

After:

$ logdna tail
Please login first. Type 'logdna login' or 'logdna --help' for more info.