ActionHero v21.0.10 Release Notes

Release Date: 2020-01-16 // over 4 years ago
  • 🌲 Filter and include task arguments in task log messages (#1391)

    Before

    info: [worker] job success workerId=1 class=hello queue=default
    

    After

    info: [worker] job success workerId=1 class=hello queue=default args={"thing":"[FILTERED]", "id": 123}
    

    🌐 We use config.general.filteredParams, like the web server, to decide what params to filter when logged.

    Misc

    • ⚡️ Update dependancies (#1390)
    • ✂ remove --daemon option to start actionhero. It is now recommended to use a tool like PM2 or your OS's background process manager (ie systemd) should you wish to run Actionhero in the background.