• Stefy Lanza (nextime / spora )'s avatar
    Add comprehensive logging module with rotating file handlers · 3975f23b
    Stefy Lanza (nextime / spora ) authored
    - Added logging module with rotating file handlers to main.py
    - Log files stored in /var/log/aisbf when launched by root
    - Log files stored in ~/.local/var/log/aisbf when launched by user
    - Automatic log directory creation if it doesn't exist
    - Rotating file handlers with 50MB max file size and 5 backup files
    - Separate log files for general logs (aisbf.log) and error logs (aisbf_error.log)
    - stdout and stderr output duplicated to rotating log files
    - Console logging for immediate feedback
    - Updated aisbf.sh script to redirect output to log files
    - Updated setup.py to include logging configuration in installed script
    - Updated CHANGELOG.md with logging feature documentation
    3975f23b
Name
Last commit
Last update
aisbf Loading commit data...
config Loading commit data...
.gitignore Loading commit data...
.providers.json.swp Loading commit data...
AI.PROMPT Loading commit data...
CHANGELOG.md Loading commit data...
DOCUMENTATION.md Loading commit data...
LICENSE.txt Loading commit data...
MANIFEST.in Loading commit data...
PYPI.md Loading commit data...
README.md Loading commit data...
aisbf.sh Loading commit data...
build.sh Loading commit data...
clean.sh Loading commit data...
main.py Loading commit data...
pyproject.toml Loading commit data...
requirements.txt Loading commit data...
setup.py Loading commit data...
start_proxy.sh Loading commit data...