Skip to content

Commit afe1fef

Browse files
committed
Merge branch 'Develop' of https://github.com/Adam-Color/AppUsageGUI into Develop
2 parents dd0ed52 + fe676d7 commit afe1fef

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

docs/install_macos.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ Note: only arm-based systems are currently supported.
99
* if asked to replace another folder, agree to do so
1010

1111
## Running on macOS:
12-
>[!warning]
13-
>Due to Apple's restrictions when it comes to open source applications such as ours, workarounds are needed to get AppUsageGUI to run on macOS.
1412

1513
If you encounter the error message saying the app was not opened or was damaged, click "done" or "cancel", then enter this in your terminal:
1614
```shell
1715
xattr -dr com.apple.quarantine /Applications/AppUsageGUI/AppUsageGUI.app
1816
```
19-
If you mistakingly hit 'move to trash' or 'delete', repeat installation steps.
17+
If you mistakingly hit "move to trash" or "delete", repeat installation steps.
2018

2119
If you continue to get error messsages, go into your security settings and allow AppUsageGUI to run on your device

src/_logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def setup_logging():
3939
root_logger.addHandler(rotating_handler)
4040
root_logger.addHandler(console_handler)
4141

42-
cleanup_old_logs(logs_dir, backup_count=5)
42+
cleanup_old_logs(logs_dir, backup_count=20)
4343

4444
# quiet some libraries
4545
logging.getLogger("urllib3").setLevel(logging.WARNING)

0 commit comments

Comments
 (0)