No logs shown no matter what config I use #819

Closed
opened 2024-01-22 10:30:52 +00:00 by isle9 · 5 comments

What I'm trying to do and why

No matter what I use, I no longer get any logs in the terminal (just a few days ago it worked).
I've tried:

  1. sudo borgmatic --verbosity -1 --syslog-verbosity 1
  2. sudo borgmatic --verbosity -1
  3. sudo borgmatic --verbosity -2 --syslog-verbosity 2
  4. etc.

Steps to reproduce

No response

Actual behavior

No response

Expected behavior

No response

Other notes / implementation ideas

No response

borgmatic version

1.8.6

borgmatic installation method

pipx

Borg version

borg 1.2.6

Python version

Python 3.11.6

Database version (if applicable)

No response

Operating system and version

Ubuntu 23.10

### What I'm trying to do and why No matter what I use, I no longer get any logs in the terminal (just a few days ago it worked). I've tried: 1. `sudo borgmatic --verbosity -1 --syslog-verbosity 1` 2. `sudo borgmatic --verbosity -1` 3. `sudo borgmatic --verbosity -2 --syslog-verbosity 2` 4. etc. ### Steps to reproduce _No response_ ### Actual behavior _No response_ ### Expected behavior _No response_ ### Other notes / implementation ideas _No response_ ### borgmatic version 1.8.6 ### borgmatic installation method pipx ### Borg version borg 1.2.6 ### Python version Python 3.11.6 ### Database version (if applicable) _No response_ ### Operating system and version Ubuntu 23.10
Owner

Have you tried a positive number for --verbosity? For instance, --verbosity 2 should show lots of logs at the console. Negative numbers suppress some or all logs!

Have you tried a positive number for `--verbosity`? For instance, `--verbosity 2` should show lots of logs at the console. Negative numbers suppress some or all logs!
witten added the
question / support
label 2024-01-22 17:32:54 +00:00
Author

Oh my god, how did I miss that. I even read through the explanations.

Oh my god, how did I miss that. I even read through the explanations.
isle9 closed this issue 2024-01-22 17:41:27 +00:00
Owner

No worries! If there's anything I can do to make it clearer in the docs, please let me know.

No worries! If there's anything I can do to make it clearer in the docs, please let me know.
Author

Nah, it's pretty clear, I just missed it somehow.
I just used the same command I use for my cron job that I got from the docs. Make sense for it to use --verbosity -2.
I was trying to fix a separate issue, so that's probably why I missed it.

Nah, it's pretty clear, I just missed it somehow. I just used the same command I use for my cron job that I got from the docs. Make sense for it to use --verbosity -2. I was trying to fix a separate issue, so that's probably why I missed it.
Owner

Ah, gotcha!

Ah, gotcha!
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: borgmatic-collective/borgmatic#819
No description provided.