Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 706c7db

Browse files
committed
log box configuration setup
1 parent 651a93b commit 706c7db

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

app/config/app.cfm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,7 @@
3434
storage:#not(!this.env.wheelsdev_storage)# // default: false
3535
};
3636
37+
this.mappings["/logbox"] = "app.lib.logbox";
38+
3739
// CLI-Appends-Here
3840
</cfscript>

box.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"cfwheels":"vendor/wheels/",
2525
"wirebox":"vendor/wirebox/",
2626
"testbox":"vendor/testbox/",
27-
"semver":"app/lib/semver/"
27+
"semver":"app/lib/semver/",
28+
"logbox":"app/lib/logbox/"
2829
},
2930
"devDependencies":{
3031
"commandbox-dotenv":"*",
@@ -35,6 +36,7 @@
3536
"wirebox":"^7",
3637
"testbox":"^5",
3738
"semver":"^1.2.6",
39+
"logbox": "7.3.1+17",
3840
"wheels-core":"^3.0.0-SNAPSHOT"
3941
},
4042
"type":"mvc",

0 commit comments

Comments
 (0)