Eppie-io / Eppie-CLI

Command line client for Eppie — an encrypted p2p email
https://eppie.io
Apache License 2.0
28 stars 3 forks source link

Add Command-Line Option to Enable/Disable Logging to File #199

Open ValeraFinebits opened 2 weeks ago

ValeraFinebits commented 2 weeks ago

Is your feature request related to a problem? Please describe. Currently, there is no simple way to enable or disable logging to a file in the command-line.

Describe the solution you'd like Add a command-line option to enable or disable logging. By default, logging should be disabled. When logging is enabled, display a warning message.

Describe alternatives you've considered Using environment variables to control logging, but this is less intuitive.