z1pti3 / jimi

Jimi is an automation first no-code platform designed and developed originally for Security Orchestration and Response. Since its launch jimi has developed into a fully fledged IT automation platform which effortlessly integrates with your existing tools unlocking the potential for autonomous IT and Security operations.
https://www.secureack.com
Apache License 2.0
161 stars 31 forks source link

[Feature] - Allow more control over core logging to file/syslog #285

Open TerrifiedBug opened 2 years ago

TerrifiedBug commented 2 years ago

It would be useful to have the ability to define/control the log level of JIMIs daemons and have that log to file with built in log rotations and/or log to remote syslog servers. Such as logging just severe errors to file will help debug core/custom plugin failures.

z1pti3 commented 2 years ago

Logging level can be set by changing jimi_core.py

image

Agreed that it would be great to add some CLI options to control these settings

b1scuit-thi3f commented 2 years ago

@z1pti3 We should probably also look at building in some UI log settings in the admin page? We can then add some nice features around this like exporting logs/dumps when raising bugs etc.

z1pti3 commented 2 years ago

That would be great so you can turn it up and download without having to modify the code :)