diff options
Diffstat (limited to 'webhook/src')
| -rw-r--r-- | webhook/src/utils.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/webhook/src/utils.rs b/webhook/src/utils.rs index e4dd94c..9536ba5 100644 --- a/webhook/src/utils.rs +++ b/webhook/src/utils.rs @@ -6,7 +6,9 @@ use serde::Deserialize; /// Executes the required configuration steps for the program, /// uncluding build information, Sentry and logging. -pub fn setup_program (name: &str) {} +pub fn setup_program (_name: &str) { + pretty_env_logger::init(); +} #[derive(Debug, Deserialize, Clone)] pub struct Server { |
