Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removed hardcoded rust version (#73) * Removed hardcoded rust version * Fixed typo in readme.md and build.md * Updated dependency and version to 0.4.0 (#74) * Updated dependency * New version * Remove fixed dependencies (#67) * New version 0.4.0 (#75) (#76) * Removed hardcoded rust version (#73) * Removed hardcoded rust version * Fixed typo in readme.md and build.md * Updated dependency and version to 0.4.0 (#74) * Updated dependency * New version * Remove fixed dependencies (#67) --------- Co-authored-by: DanieleDiBenedetto <[email protected]> Co-authored-by: nicholas-mainardi <[email protected]> * Added log4rs logger and initialization method to be called from zend * Cargo fmt * Removed old (and unused) logging macros * Fix minor errors * Improved logging * Debug line * Replace logs with prints in tests * Bumb versions: ginger-lib 0.6.1, cctp-primitives 0.2.2 * Bumb lib version to 0.5.0 * Make log_config_path configurable from command line This commit adds a command line option -l that can be used to pass custom paths to the logger config path. The previous default value is still used otherwise. * Updated dependencies * Add rust-side logger (#77) * Added log4rs logger and initialization method to be called from zend * Cargo fmt * Removed old (and unused) logging macros * Fix minor errors * Improved logging * Debug line * Replace logs with prints in tests * Bumb versions: ginger-lib 0.6.1, cctp-primitives 0.2.2 * Bumb lib version to 0.5.0 * Make log_config_path configurable from command line This commit adds a command line option -l that can be used to pass custom paths to the logger config path. The previous default value is still used otherwise. * Updated dependencies --------- Co-authored-by: Daniele Rogora <[email protected]> * Specialized InitializationError to LoggerInitializationError * Missing replace * Updated cctp-lib to 0.2.2 (new) and other dependencies (#80) * Added more errors to logger initialization + fix possible conflict in test (#81) --------- Co-authored-by: Michele d'Amico <[email protected]> Co-authored-by: nicholas-mainardi <[email protected]> Co-authored-by: Daniele Rogora <[email protected]>
- Loading branch information