Init.d script stdout location

I'm looking into a Solaris(S10) startup problem, with a script configured to run in /etc/rc3.d. It's written to output trace information to a logfile using tee, but the file itself is clearly not being updated. Is there a default stdout/stderr location for startup scripts where the other branch of the tee output should have gone?

Is this a workstation or a server?

Server. Does it make a difference?:confused:

What are the permissions on the file?

Well I saw many station with init default=2...
Problem from Solaris10 and above, rc stuff is considered as legacy...

Found this:

Solaris 10 logs the stdout and stderr of all services to /var/svc/log/
The output of the /etc/rc3.d/ scripts should appear in milestone-multi-user-server:default.log
However if your tee file is empty I expect no output in the svc log either...