Jump to content
  • 0
Currently

Will it be possible to remove the [Error] and [Warning] in mapserv?

Question

7 answers to this question

Recommended Posts

he probably knows what the consequences are, but look in the map_athena file

 

//Makes server output more silent by ommitting certain types of messages:
//1: Hide Information messages
//2: Hide Status messages
//4: Hide Notice Messages
//8: Hide Warning Messages
//16: Hide Error and SQL Error messages.
//32: Hide Debug Messages
//Example: "console_silent: 7" Hides information, status and notice messages (1+2+4)
console_silent: 0

Link to comment
Share on other sites

yes...you can remove all the message...you need need to remove all

ShowError( ........... );
ShowWarning( .......... );

etc..

but why you need to remove these? if you removed all these..when ur server got problem..you wont noticed about it.....

.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.