mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Remove prefix # from run_all logging output
This commit is contained in:
parent
ceee9caee8
commit
338603efa6
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ if __name__ == "__main__":
|
|||
level = logging.ERROR
|
||||
|
||||
logging.basicConfig(
|
||||
format="# %(asctime)s - %(levelname)s - %(message)s",
|
||||
format="%(asctime)s - %(levelname)s - %(message)s",
|
||||
level=level,
|
||||
)
|
||||
log = logging.getLogger(__name__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue