diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-08-29 10:06:20 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-08-29 10:06:20 -0400 |
| commit | d41fb575cff928eccd5ba09a4afc89b80b621bfe (patch) | |
| tree | e79fce9c7e0edbfda44e5a209befeecc83cd56c2 | |
| parent | f7c43d42599b05e8352fdfb1661fed77d2e6bbd7 (diff) | |
Got rid of log
| -rw-r--r-- | home-config/aerc/aerc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-config/aerc/aerc.conf b/home-config/aerc/aerc.conf index 8efeb28..ac4cbcb 100644 --- a/home-config/aerc/aerc.conf +++ b/home-config/aerc/aerc.conf | |||
| @@ -28,7 +28,7 @@ unsafe-accounts-conf=true # I don't store my creds in this | |||
| 28 | # the user home dir. When redirecting aerc's output to a file using > shell | 28 | # the user home dir. When redirecting aerc's output to a file using > shell |
| 29 | # redirection, this setting is ignored and log messages are printed to stdout. | 29 | # redirection, this setting is ignored and log messages are printed to stdout. |
| 30 | # | 30 | # |
| 31 | log-file=~/aerc_log | 31 | #log-file=~/aerc_log |
| 32 | 32 | ||
| 33 | # Only log messages above the specified level to log-file. Supported levels | 33 | # Only log messages above the specified level to log-file. Supported levels |
| 34 | # are: trace, debug, info, warn and error. When redirecting aerc's output to | 34 | # are: trace, debug, info, warn and error. When redirecting aerc's output to |
