NitroGlycerine Beginner
Joined: 26 Apr 2007 Posts: 29
|
Posted: Tue May 13, 2008 4:45 pm
Odd things with logging |
This piece of log is what I see on CMUD output window:
Code: |
7249h, 7310m cexkdb-ql
The Eleusian Gatehouse.
A smattering of clouds fills the sky, lacing it with spiderwebs of grey. An obsidian eye sigil is here. A runic totem is planted solidly in the ground. There are 2 monolith sigils here.
You see exits leading east and down.
7249h, 7310m cexkdb-eat bloodroot
[OUTR]: bloodroot leaf [111]
7249h, 7310m cexkdb-
You eat a bloodroot leaf.
7249h, 7310m cexkdb-
--->>> PLANT BALANCE <<<--- |
This is what I see in my log file:
Code: |
05:078 | 7249h, 7310m cexkdb-ql
15:125 |
15:125 | The Eleusian Gatehouse.
15:125 | A smattering of clouds fills the sky, lacing it with spiderwebs of grey. An obsidian eye sigil is here. A runic totem is planted solidly in the ground. There are 2 monolith sigils here.
15:140 | You see exits leading east and down.
15:343 |
15:343 | [OUTR]: bloodroot leaf [111]
15:359 | 7249h, 7310m cexkdb-
15:515 | You eat a bloodroot leaf.
15:531 | 7249h, 7310m cexkdb-
17:234 | --->>> PLANT BALANCE <<<--- |
Any idea why the QL command is logged, but the EAT BLOODROOT command (and the prompt that is infront of it) is not logged? The QL command is manually executed with a macro. The EAT BLOODROOT command is a result from a trigger. This also happens for other commands that are a result of a trigger.
I have [X] Log commands and [X] Log after triggers are executed both enabled. |
|