duallog icon indicating copy to clipboard operation
duallog copied to clipboard

Python package to enable simultaneous logging to console and logfile.

Results 6 duallog issues
Sort by recently updated
recently updated
newest added

Currently all logs are written to file, however some modules (like the requests module) have debug messages that clutter up the storage while giving little value for the user when...

Seems like the version you get from pip3 is more than a year old, and missing features such as "mnLevel" etc.

Adding rotation based on time instead of size

Seems like you changed a bit to much when converting from CamelCase. Some "logging.Functions" were also renamed... Quick patch to fix it: ``` --- duallog.py 2020-03-03 21:19:26.102004804 +0100 +++ /usr/local/lib/python3.7/dist-packages/duallog/duallog.py...