Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
update LogFile property description
Browse files Browse the repository at this point in the history
  • Loading branch information
srubio committed Oct 18, 2016
1 parent 645d869 commit 4b66064
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion panic/panic.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,10 @@
ALARM_LOGS = {
'LogFile':
[PyTango.DevString,
"File where alarms are logged, like /tmp/alarm_$NAME.log",
"File where alarms are logged, like /tmp/alarm_$NAME.log\n
Keywords are $DEVICE,$ALARM,$NAME,$DATE\n
From version 6.0 a FolderDS-like device can be used for remote logging:\n
\ttango://test/folder/01/$ALARM_$DATE.log",
[ "" ] ],
'HtmlFolder':
[PyTango.DevString,
Expand Down

0 comments on commit 4b66064

Please sign in to comment.