- Require at minimum `gogga` version `2.2.1`

Logging

- Switched logger mode to a clearer one
This commit is contained in:
Tristan B. Velloza Kildaire 2023-11-22 12:01:07 +02:00
parent f5721bfc3c
commit 6f2f542580
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"dependencies": {
"dante": ">=0.2.2",
"davinci": ">=0.1.11",
"gogga": ">=2.1.18",
"gogga": ">=2.2.1",
"lumars": "~>1.11.0",
"river": ">=0.3.7",
"tristanable": ">=4.0.0-beta"

View File

@ -8,4 +8,5 @@ __gshared static this()
{
logger = new GoggaLogger();
logger.enableDebug();
logger.mode(GoggaMode.RUSTACEAN_SIMPLE);
}