Skip to content

Commit

Permalink
Enable logging by default
Browse files Browse the repository at this point in the history
  • Loading branch information
strnglp committed Aug 13, 2024
1 parent c51e3c1 commit 3b2229b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
Notes.org
Archive/
ArmLogs/
Expand Down
8 changes: 4 additions & 4 deletions Arm.tin
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
#script {armdir} {armdir=$(echo ~/Armageddon); mkdir -p "$armdir" && echo "$armdir"}
#variable {armdir} {$armdir[1]}

#script {logdir} {mkdir -p $armdir/ArmLogs; cd $armdir/ArmLogs; pwd}
#variable {logdir} {$logdir[1]}
#format {logfile} {$logdir/%t.html} {%Y-%m-%d}

#CONFIG {AUTO TAB} {5000}
#CONFIG {BUFFER SIZE} {1000000}
#CONFIG {CHARSET} {UTF-8}
Expand Down Expand Up @@ -385,6 +381,10 @@
#nop Must come first******************************
#read {$armdir/Login.tin};
#read {$armdir/Map.tin};
#script {logdir} {mkdir -p $armdir/ArmLogs; cd $armdir/ArmLogs; pwd}
#variable {logdir} {$logdir[1]}
#format {logfile} {$logdir/%t.html} {%Y-%m-%d}
#log append $logfile;
#nop *********************************************

#nop Constants used throughout the scripts
Expand Down

0 comments on commit 3b2229b

Please sign in to comment.