Skip to content

Commit

Permalink
Add more console logging to DrA
Browse files Browse the repository at this point in the history
Docker changes for diagnostics
  • Loading branch information
bpbecker committed Aug 8, 2018
1 parent 18062d7 commit 89ec873
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -9,7 +9,7 @@ ADD . /MiServer
ADD docker/entry.sh /scripts/
ADD docker/*.patch /patches/
RUN patch /opt/mdyalog/16.0/64/unicode/mapl /patches/mapl.patch
RUN patch /MiServer/Config/Server.xml /patches/Server.patch
# RUN patch /MiServer/Config/Server.xml /patches/Server.patch

EXPOSE 8080
EXPOSE 4502
Expand Down
2 changes: 1 addition & 1 deletion Utils/DrA.dyalog
Expand Up @@ -212,7 +212,7 @@
fname'MSGBOX'
⎕IO1 (0=⎕NC'TIT')/'TIT←GUI_Title'

:If (NoUser0)LogFn.' ' Log(TIT),{1=: }1CTL 0 :EndIf
:If (NoUser0)LogFn.' ' Log(TIT),{1=: }CTL 0 :EndIf

(1=CTL)/'CTL←CTL ''INFO'' ''OK'' 1⋄→DO'
CTL[2]('MSG' 'INFO' 'QUERY' 'QUERY' 'WARN' 'WARN' 'ERROR' 'MSG')['MIQ?W!E'''2CTL]
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Expand Up @@ -4,5 +4,6 @@ services:
image: registry.dyalog.com:5000/dyalog/miserver:live
ports:
- 4502:4502/tcp
- 8088:8080/tcp
labels:
io.rancher.container.pull_image: always

0 comments on commit 89ec873

Please sign in to comment.