Skip to content

Releases: ManuDeBuck/python-json-filelogger

Change default flush behavior

Choose a tag to compare

@ManuDeBuck ManuDeBuck released this 17 Nov 18:00

πŸ› Change default folder from "./" to "." to work on more OS's
♻️ Add and change default flushing behavior to "None", meaning no auto-flushing will be done

Fix bug with file system

Choose a tag to compare

@ManuDeBuck ManuDeBuck released this 17 Nov 17:38

πŸ› Use os.path.join instead of +, which is safer to use.

Add support for datetime serialization

Choose a tag to compare

@ManuDeBuck ManuDeBuck released this 17 Nov 17:32

✨ This release adds support for datetime serialization when writing to a log file.

Rename package to jsonfilelogger

Choose a tag to compare

@ManuDeBuck ManuDeBuck released this 24 Aug 22:03

🚚 Rename to jsonfilelogger

Initial release

Choose a tag to compare

@ManuDeBuck ManuDeBuck released this 14 Aug 21:59

This is the initial LogWriter/LogReader release.